Skip to content

Commit 242f9b1

Browse files
EliNedyalkovaEliNedyalkova
authored andcommitted
refactoring bellatrix.servicenow
update getting-started\bellatrix.servicenow
1 parent eff6f47 commit 242f9b1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

  • getting-started/bellatrix.servicenow.getting.started/src/test/java/O0_Prerequisites

getting-started/bellatrix.servicenow.getting.started/src/test/java/O0_Prerequisites/readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,32 @@
3939
#### Modify the following in `serviceNowProjectSettings`:
4040

4141
- **Instance:**
42-
```json
42+
```jsonlines
43+
{
4344
"instance": "instance"
45+
}
4446
```
4547
4648
- **Platform Release:**
47-
```json
49+
```jsonlines
4850
"platformRelease": "release"
4951
```
5052
5153
- **Polaris Enabled Flag:**
52-
```json
54+
```jsonlines
5355
"isPolarisEnabled": "true"
5456
```
5557
5658
- **Credentials Options:**
5759
5860
**Option 4.1: Hardcoded Credentials**
59-
```json
61+
```jjsonlines
6062
"userName": "user",
6163
"password": "pass"
6264
```
6365
6466
**Option 4.2: Use Environment Variables**
65-
```json
67+
```jsonlines
6668
"userName": "{env_servicenow-username-instance}",
6769
"password": "{env_servicenow-password-instance}"
6870
```

0 commit comments

Comments
 (0)