Remove OFFLINE_MODE config option

This commit is contained in:
corubba
2022-05-27 13:02:00 +02:00
parent b809308d31
commit 3a8ad7c444
5 changed files with 0 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ SALT = '$2b$12$yLUMTIfl21FKJQpTkRQXCu'
SECRET_KEY = 'e951e5a1f4b94151b360f47edf596dd2'
BIND_ADDRESS = '0.0.0.0'
PORT = 9191
OFFLINE_MODE = False
### DATABASE CONFIG
SQLA_DB_USER = 'pda'