From 60b787edc949332da7a786ecabf5643f4ae5f801 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Feb 2026 20:34:03 +0100 Subject: [PATCH] chore: extract schema.json --- build_helpers/schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index d621737fc..05fcba2f2 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -1057,7 +1057,8 @@ }, "jwt_secret_key": { "description": "Secret key for JWT authentication.", - "type": "string" + "type": "string", + "default": "somethingRandomSomethingRandom123" }, "CORS_origins": { "description": "List of allowed CORS origins.", @@ -1080,7 +1081,8 @@ "listen_ip_address", "listen_port", "username", - "password" + "password", + "jwt_secret_key" ] }, "db_url": {