diff --git a/app.py b/app.py index aa19621..b963e54 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,7 @@ from db_schema import Projects, db -dev = True # if true then uses config.txt to set environment variables +dev = False # if true then uses config.txt to set environment variables if dev: with open("config.txt", "r") as f: for line in f.readlines():