We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec3319 commit 60b787eCopy full SHA for 60b787e
1 file changed
build_helpers/schema.json
@@ -1057,7 +1057,8 @@
1057
},
1058
"jwt_secret_key": {
1059
"description": "Secret key for JWT authentication.",
1060
- "type": "string"
+ "type": "string",
1061
+ "default": "somethingRandomSomethingRandom123"
1062
1063
"CORS_origins": {
1064
"description": "List of allowed CORS origins.",
@@ -1080,7 +1081,8 @@
1080
1081
"listen_ip_address",
1082
"listen_port",
1083
"username",
- "password"
1084
+ "password",
1085
+ "jwt_secret_key"
1086
]
1087
1088
"db_url": {
0 commit comments