feat(web_server.py): add WEB_SERVER and BACKEND app.configs

This commit is contained in:
2025-08-25 21:43:15 +02:00
parent 90094e9c43
commit a494b606a5

View File

@@ -28,6 +28,9 @@ class JudasWebServer:
)
self.app.secret_key = secret_key
self.app.config["WEB_SERVER"] = self
self.app.config["BACKEND"] = self.backend
# hard-code password
self.app.config["PASSWORD"] = "123"