Liga krog3

This commit is contained in:
bl3kunja-FW
2026-01-17 09:36:27 +01:00
parent 27e8b31ae0
commit 13c7bd3239
13 changed files with 2027 additions and 46 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ class Config:
SECRET_KEY = os.getenv('SECRET_KEY', 'your-secret-key-for-sessions')
DEBUG = os.getenv('DEBUG', 'False').lower() == 'true'
HOST = os.getenv('HOST', '0.0.0.0')
PORT = int(os.getenv('PORT', 5000))
PORT = int(os.getenv('PORT', 5001))