Skip to content

Commit

Permalink
Added some notes on server management
Browse files Browse the repository at this point in the history
  • Loading branch information
gramcracker40 committed May 6, 2023
1 parent 872fe7c commit 302cb7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flaskenv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FLASK_APP=app:app
FLASK_DEBUG=0
PRODUCTION=1
FLASK_DEBUG=1
PRODUCTION=0
DBHOST=postgresql://adminadminSECURE!!!:ThisIsProductionBaby!!@db:5432/greenwatch_production
SQL_PORT=5432
SQL_HOST=db
Expand Down
3 changes: 3 additions & 0 deletions greenwatch_vm_connection.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# Below command will auto connect with a pre authenticated user to the VM running Greenwatch
ssh -i greenwatch_key.pem [email protected]

0 comments on commit 302cb7e

Please sign in to comment.