Skip to content

Commit b1332b1

Browse files
Update app.py
1 parent dc57d3c commit b1332b1

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

Old banking website/v0.1/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
load_dotenv()
1616

1717
app = Flask(__name__)
18+
# PS - This is a revoked secret so like, its useless
1819
app.config['SQLALCHEMY_DATABASE_URI'] = os.getenv('POSTGRESQL_DB_URL',
1920
'postgres://avnadmin:AVNS_ElrjFLH4xd4d0mw1sUM@hackathon-banking-service-scrapyard-bounty.h.aivencloud.com:18653/defaultdb?sslmode=require')
2021
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False

0 commit comments

Comments
 (0)