diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c67eaf7949..1d7bc6b624 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: Aevann1 -custom: ["https://rdrama.gumroad.com/l/tfcvri"] +custom: ["https://marsey1.gumroad.com/l/tfcvri"] diff --git a/docker-compose.yml b/docker-compose.yml index fbde2f94bd..c36129e2fd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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" diff --git a/files/__main__.py b/files/__main__.py index b874bca7bf..ef485c46ba 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -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"))