Skip to content

Commit

Permalink
Update .flaskenv
Browse files Browse the repository at this point in the history
  • Loading branch information
gramcracker40 authored May 1, 2023
1 parent eb1c9df commit 51006a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .flaskenv
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FLASK_APP=app:app
FLASK_DEBUG=0
DBHOST=postgres://kvfppxebqw:ThisIsProductionBaby$@greenwatch-server.postgres.database.azure.com/postgres?sslmode=require
SQL_HOST=db
DBHOST=postgresql://adminadminSECURE!!!:ThisIsProductionBaby$@db:5432/greenwatch_production
SQL_PORT=5432
DATABASE=postgres
DBUSER=adminadminSECURE!!!
DBPASS="ThisIsProductionBaby$"
DBPASS=ThisIsProductionBaby$
DBNAME=greenwatch_production
SECRET_KEY=317aed4a0352d37253f433dc475fa5e7e306de7ad657add546d34f4e7c8b046c

0 comments on commit 51006a0

Please sign in to comment.