chore: update json schema
This commit is contained in:
@@ -1063,7 +1063,8 @@
|
||||
"jwt_secret_key": {
|
||||
"description": "Secret key for JWT authentication.",
|
||||
"type": "string",
|
||||
"default": "somethingRandomSomethingRandom123"
|
||||
"default": "somethingRandomSomethingRandom123",
|
||||
"minLength": 32
|
||||
},
|
||||
"CORS_origins": {
|
||||
"description": "List of allowed CORS origins.",
|
||||
|
||||
Reference in New Issue
Block a user