Skip to content

Commit 46ffe9e

Browse files
authored
Merge pull request #151 from OpenLiberty/qa
Merge qa to master: Update README to match CustomConfigSource.json (#150)
2 parents 9cf9444 + c664eed commit 46ffe9e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.adoc

+8-4
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,10 @@ property to **true** in the **resources/CustomConfigSource.json** file.
338338
**File** > **Open** > guide-microprofile-health/start/resources/CustomConfigSource.json
339339

340340
```
341-
{"config_ordinal":500,
342-
"io_openliberty_guides_system_inMaintenance":true}
341+
{
342+
"config_ordinal":700,
343+
"io_openliberty_guides_system_inMaintenance":true
344+
}
343345
```
344346
{: codeblock}
345347

@@ -364,8 +366,10 @@ property back to **false** after you are done.
364366
**File** > **Open** > guide-microprofile-health/start/resources/CustomConfigSource.json
365367

366368
```
367-
{"config_ordinal":500,
368-
"io_openliberty_guides_system_inMaintenance":false}
369+
{
370+
"config_ordinal":700,
371+
"io_openliberty_guides_system_inMaintenance":false
372+
}
369373
```
370374
{: codeblock}
371375
endif::[]

0 commit comments

Comments
 (0)