Skip to content

Commit 60b787e

Browse files
committed
chore: extract schema.json
1 parent eec3319 commit 60b787e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build_helpers/schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,8 @@
10571057
},
10581058
"jwt_secret_key": {
10591059
"description": "Secret key for JWT authentication.",
1060-
"type": "string"
1060+
"type": "string",
1061+
"default": "somethingRandomSomethingRandom123"
10611062
},
10621063
"CORS_origins": {
10631064
"description": "List of allowed CORS origins.",
@@ -1080,7 +1081,8 @@
10801081
"listen_ip_address",
10811082
"listen_port",
10821083
"username",
1083-
"password"
1084+
"password",
1085+
"jwt_secret_key"
10841086
]
10851087
},
10861088
"db_url": {

0 commit comments

Comments
 (0)