Update conf.py

This commit is contained in:
Hossein Shafagh 2020-09-25 12:30:37 -07:00 committed by GitHub
parent 57457bfe78
commit e871c5eb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ LEMUR_ALLOW_WEEKEND_EXPIRATION = False
# Database
# modify this if you are not using a local database. Please do not use any DB used for development or production purpose
# Please note that Unit Tests drop the whole schema, recreate and again drop everything at the end
# modify this if you are not using a local database. Do not use any development or production DBs,
# as Unit Tests drop the whole schema, recreate and again drop everything at the end
SQLALCHEMY_DATABASE_URI = os.getenv(
"SQLALCHEMY_DATABASE_URI", "postgresql://lemur:lemur@localhost:5432/lemur"
)