database schema done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-24 22:39:43 +01:00
parent e02bf1aa62
commit d1ef5be5d8
6 changed files with 181 additions and 21 deletions

View File

@@ -27,3 +27,5 @@ POSTGRES_PASSWORD = os.getenv("VIDEON_POSTGRES_PASSWORD", "videon")
POSTGRES_DB = os.getenv("VIDEON_POSTGRES_DB", "videon")
JWT_SECRET_KEY = os.getenv("VIDEON_POSTGRES_DB", str(uuid4()))
REGISTER_DISABLED = os.getenv("VIDEON_REGISTER_DISABLED", "FALSE").upper() == "TRUE"