Skip to content

Commit

Permalink
Merge branch origin/main into main via pull
Browse files Browse the repository at this point in the history
  • Loading branch information
klpulliam-37 committed May 6, 2023
2 parents e23b53b + 872fe7c commit 08e6be9
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,6 +1,6 @@
FLASK_APP=app:app
FLASK_DEBUG=1
PRODUCTION=0
FLASK_DEBUG=0
PRODUCTION=1
DBHOST=postgresql://adminadminSECURE!!!:ThisIsProductionBaby!!@db:5432/greenwatch_production
SQL_PORT=5432
SQL_HOST=db
Expand All @@ -9,4 +9,4 @@ POSTGRES_USER=adminadminSECURE!!!
POSTGRES_PASSWORD=ThisIsProductionBaby!!
POSTGRES_DB=greenwatch_production
SECRET_KEY=317aed4a0352d37253f433dc475fa5e7e306de7ad657add546d34f4e7c8b046c
SERVER_IP="127.0.0.1:5000"
SERVER_IP="40.112.52.52:80"

0 comments on commit 08e6be9

Please sign in to comment.