Skip to content

Commit

Permalink
updated example to include GUNICORN
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Nov 26, 2024
1 parent 7f76527 commit 6293a34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ MONGO_URI=mongodb+srv://your_db_username:your_db_password@your_db_host_server_na
FLASK_APP=app.py
FLASK_ENV=development
FLASK_PORT=5000
GUNICORN_PROCESSES=2
GUNICORN_THREADS=4
GUNICORN_TIMEOUT=120
GUNICORN_BIND=0.0.0.0:8080
GITHUB_REPO=https://github.com/your-repository-url # unnecessary for basic operation
GITHUB_SECRET=your_github_secret # unnecessary for basic operation

0 comments on commit 6293a34

Please sign in to comment.