remotes/1693045480750635534/spooky-22
Aevann1 2021-08-26 13:03:07 +02:00
parent 3da6c0c197
commit 021c51f192
3 changed files with 3 additions and 3 deletions

2
.github/FUNDING.yml vendored
View File

@ -1,2 +1,2 @@
github: Aevann1
custom: ["https://rdrama.gumroad.com/l/tfcvri"]
custom: ["https://marsey1.gumroad.com/l/tfcvri"]

View File

@ -41,7 +41,7 @@ services:
- DEFAULT_COLOR=ff66ac
- SLOGAN=Dude bussy lmao
- GUMROAD_TOKEN=3435tdfsdudebussylmaoxxt43
- GUMROAD_LINK=https://rdrama.gumroad.com/l/tfcvri
- GUMROAD_LINK=https://marsey1.gumroad.com/l/tfcvri
links:
- "redis"
- "postgres"

View File

@ -31,7 +31,7 @@ app.url_map.strict_slashes = False
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://rdrama.gumroad.com/l/tfcvri").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_CONNECTION_POOL_URL",environ.get("DATABASE_URL"))