chore: update json schema

This commit is contained in:
Matthias
2026-05-09 09:09:32 +02:00
parent c8605ae8fb
commit c2578dca06
+2 -1
View File
@@ -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.",