Skip to content

Commit bfbb7d0

Browse files
Update app.py
1 parent 94b977e commit bfbb7d0

File tree

1 file changed

+1
-1
lines changed
  • Old banking website/v0.1

1 file changed

+1
-1
lines changed

Old banking website/v0.1/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
app = Flask(__name__)
1818
# PS - This is a revoked secret so like, its useless
1919
app.config['SQLALCHEMY_DATABASE_URI'] = os.getenv('POSTGRESQL_DB_URL',
20-
'postgres://avnadmin:AVNS_ElrjFLH4xd4d0mw1sUM@hackathon-banking-service-scrapyard-bounty.h.aivencloud.com:18653/defaultdb?sslmode=require')
20+
'PS I HAD MY DB URL LEAKED HERE, JOKES ON ANYONE THO AS ITS USELESS AND DOESNT ACTUALLY WORK OR EXIST AKA A PLACEHOLDER, A FAKE! SO IMMA LEAVE IT IN THE COMMIT HISTORY CUZ WHY NOT')
2121
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
2222
app.config['JWT_SECRET_KEY'] = os.getenv('JWT_SECRET', 'dev-secret-key')
2323
app.config['JWT_ACCESS_TOKEN_EXPIRES'] = timedelta(hours=24)

0 commit comments

Comments
 (0)