sfd
This commit is contained in:
parent
5ecfb90aaa
commit
3ed4d61229
3 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@ app.jinja_env.auto_reload = True
|
|||
faulthandler.enable()
|
||||
|
||||
app.config["SITE_NAME"]=environ.get("SITE_NAME").strip()
|
||||
app.config["COINS_NAME"]=environ.get("COINS_NAME").strip()
|
||||
app.config["GUMROAD_LINK"]=environ.get("GUMROAD_LINK", "https://marsey1.gumroad.com/l/tfcvri").strip()
|
||||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
|
||||
app.config['DATABASE_URL'] = environ.get("DATABASE_URL")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue