Update conf.py
This commit is contained in:
parent
57457bfe78
commit
e871c5eb18
|
@ -61,8 +61,8 @@ LEMUR_ALLOW_WEEKEND_EXPIRATION = False
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
|
|
||||||
# modify this if you are not using a local database. Please do not use any DB used for development or production purpose
|
# modify this if you are not using a local database. Do not use any development or production DBs,
|
||||||
# Please note that Unit Tests drop the whole schema, recreate and again drop everything at the end
|
# as Unit Tests drop the whole schema, recreate and again drop everything at the end
|
||||||
SQLALCHEMY_DATABASE_URI = os.getenv(
|
SQLALCHEMY_DATABASE_URI = os.getenv(
|
||||||
"SQLALCHEMY_DATABASE_URI", "postgresql://lemur:lemur@localhost:5432/lemur"
|
"SQLALCHEMY_DATABASE_URI", "postgresql://lemur:lemur@localhost:5432/lemur"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue