Skip to content

Commit

Permalink
connection string update
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Oct 17, 2022
1 parent 0d15856 commit e6b0af0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MONGO_HOST=your_db_host_server_name
MONGO_USER=your_db_username
MONGO_PASSWORD=your_db_password
MONGO_DBNAME=your_db_name
MONGO_URI="mongodb://your_db_username:your_db_password@your_db_host_server_name:27017/your_db_name?authSource=admin&retryWrites=true&w=majority"
FLASK_APP=app.py
FLASK_ENV=development
GITHUB_SECRET=your_github_secret
Expand Down

0 comments on commit e6b0af0

Please sign in to comment.