From e871c5eb1808c0ff4bf6aaded6d4435e1a8d31df Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Fri, 25 Sep 2020 12:30:37 -0700 Subject: [PATCH] Update conf.py --- lemur/tests/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemur/tests/conf.py b/lemur/tests/conf.py index c314c8bc..df0be16c 100644 --- a/lemur/tests/conf.py +++ b/lemur/tests/conf.py @@ -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" )