diff --git a/main.py b/main.py index 26cbb0a..fbce2af 100644 --- a/main.py +++ b/main.py @@ -21,8 +21,8 @@ pd.options.plotting.backend = "plotly" # PARAMETERS CONFIGS = { - # "ENV": "development", - # "DEBUG": True, + "ENV": "development", + "DEBUG": True, "SECRET_KEY": os.urandom(30), # Set the secret key for session authentication "PERMANENT_SESSION_LIFETIME": timedelta(minutes=60) } @@ -33,13 +33,13 @@ SQL_CONFIG = dict( port=os.getenv("PGPORT"), password=os.getenv("PGPASSWORD") ) -# SQL_CONFIG = dict( -# database="railway", -# user="postgres", -# host="containers-us-west-103.railway.app", -# port="5913", -# password="gv5Mh7cPjCm9YTjAmsYD" -# ) +SQL_CONFIG = dict( + database="railway", + user="postgres", + host="containers-us-west-103.railway.app", + port="5913", + password="gv5Mh7cPjCm9YTjAmsYD" +) # SQL_CONFIG = {@ # 'database': "tpm", # 'user': "hsienchen",