This commit is contained in:
Aevann1 2021-08-04 20:43:04 +02:00
parent 9cdfa0530b
commit 4f73c499df
2 changed files with 2 additions and 4 deletions

View file

@ -31,7 +31,7 @@ app.wsgi_app = ProxyFix(app.wsgi_app, x_for=3)
app.url_map.strict_slashes = False
app.config["SITE_NAME"]=environ.get("SITE_NAME").strip()
app.config["coins_name"]=environ.get("SITE_NAME").strip()
app.config["coins_name"]=environ.get("coins_name").strip()
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
app.config['DATABASE_URL'] = environ.get("DATABASE_CONNECTION_POOL_URL",environ.get("DATABASE_URL"))