Fix naming of AUTO_RELOAD/AUTO_RESTART
This commit is contained in:
parent
215801f2b0
commit
78dca1477c
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ HOST = "0.0.0.0"
|
||||||
PORT = 3000
|
PORT = 3000
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
VERBOSE = False
|
VERBOSE = False
|
||||||
AUTO_RESTART = True
|
AUTO_RELOAD = True
|
||||||
SECRET = "!!!!!!!!!!!!CHANGE ME!!!!!!!!!!!!"
|
SECRET = "!!!!!!!!!!!!CHANGE ME!!!!!!!!!!!!"
|
||||||
LEAN_MODE = False
|
LEAN_MODE = False
|
||||||
POSTGRES_URL = "postgresql+asyncpg://obs:obs@postgres/obs"
|
POSTGRES_URL = "postgresql+asyncpg://obs:obs@postgres/obs"
|
||||||
|
|
|
@ -5,7 +5,7 @@ PORT = 3000
|
||||||
# Extended log output, but slower
|
# Extended log output, but slower
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
VERBOSE = DEBUG
|
VERBOSE = DEBUG
|
||||||
AUTO_RESTART = DEBUG
|
AUTO_RELOAD = DEBUG
|
||||||
|
|
||||||
# Turn on lean mode to simplify the setup. Lots of features will be
|
# Turn on lean mode to simplify the setup. Lots of features will be
|
||||||
# unavailable, but you will not need to manage OpenStreetMap data. Please make
|
# unavailable, but you will not need to manage OpenStreetMap data. Please make
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Extended log output, but slower
|
# Extended log output, but slower
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
VERBOSE = DEBUG
|
VERBOSE = DEBUG
|
||||||
AUTO_RESTART = DEBUG
|
AUTO_RELOAD = DEBUG
|
||||||
|
|
||||||
# Turn on lean mode to simplify the setup. Lots of features will be
|
# Turn on lean mode to simplify the setup. Lots of features will be
|
||||||
# unavailable, but you will not need to manage OpenStreetMap data. Please make
|
# unavailable, but you will not need to manage OpenStreetMap data. Please make
|
||||||
|
|
Loading…
Add table
Reference in a new issue