fgfg
This commit is contained in:
parent
ab993e8e7c
commit
6d3fa130d4
3 changed files with 3 additions and 3 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -1,2 +1,2 @@
|
|||
github: Aevann1
|
||||
custom: ["https://rdrama.gumroad.com/l/tfcvri"]
|
||||
custom: ["https://marsey1.gumroad.com/l/tfcvri"]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue