Lean mode default should be off

This commit is contained in:
Paul Bienkowski 2022-02-18 18:33:53 +01:00
parent bdc68e950e
commit 5a7900d269

View file

@ -4,7 +4,7 @@ DEBUG = True
VERBOSE = False
AUTO_RESTART = True
SECRET = "!!!!!!!!!!!!CHANGE ME!!!!!!!!!!!!"
LEAN_MODE = True
LEAN_MODE = False
POSTGRES_URL = "postgresql+asyncpg://obs:obs@postgres/obs"
POSTGRES_POOL_SIZE = 20
POSTGRES_MAX_OVERFLOW = 2 * POSTGRES_POOL_SIZE