Lean mode default should be off
This commit is contained in:
parent
bdc68e950e
commit
5a7900d269
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue