File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -338,8 +338,10 @@ property to **true** in the **resources/CustomConfigSource.json** file.
338
338
**File** > **Open** > guide-microprofile-health/start/resources/CustomConfigSource.json
339
339
340
340
```
341
- {"config_ordinal":500,
342
- "io_openliberty_guides_system_inMaintenance":true}
341
+ {
342
+ "config_ordinal":700,
343
+ "io_openliberty_guides_system_inMaintenance":true
344
+ }
343
345
```
344
346
{: codeblock}
345
347
@@ -364,8 +366,10 @@ property back to **false** after you are done.
364
366
**File** > **Open** > guide-microprofile-health/start/resources/CustomConfigSource.json
365
367
366
368
```
367
- {"config_ordinal":500,
368
- "io_openliberty_guides_system_inMaintenance":false}
369
+ {
370
+ "config_ordinal":700,
371
+ "io_openliberty_guides_system_inMaintenance":false
372
+ }
369
373
```
370
374
{: codeblock}
371
375
endif::[]
You can’t perform that action at this time.
0 commit comments