Skip to content

Commit a5027e5

Browse files
committed
Reorder config entry alphabetically
Signed-off-by: Luis Mastrangelo <[email protected]>
1 parent 4d62f46 commit a5027e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/config-service/src/services/globalConfig.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,12 @@ const _CONFIG = {
629629
required: false,
630630
defaultValue: false,
631631
},
632+
READ_ONLY: {
633+
envName: 'READ_ONLY',
634+
type: 'boolean',
635+
required: false,
636+
defaultValue: false,
637+
},
632638
REDIS_ENABLED: {
633639
envName: 'REDIS_ENABLED',
634640
type: 'boolean',
@@ -641,12 +647,6 @@ const _CONFIG = {
641647
required: false,
642648
defaultValue: null,
643649
},
644-
READ_ONLY: {
645-
envName: 'READ_ONLY',
646-
type: 'boolean',
647-
required: false,
648-
defaultValue: false,
649-
},
650650
REDIS_RECONNECT_DELAY_MS: {
651651
envName: 'REDIS_RECONNECT_DELAY_MS',
652652
type: 'number',

0 commit comments

Comments
 (0)