Skip to content

Commit

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

0 comments on commit cbe3165

Please sign in to comment.