Skip to content

Commit

Permalink
Cleanup: remove no-longer-used flask environment variables
Browse files Browse the repository at this point in the history
  * `FLASK_APP` was removed in Flask v2.2.0

  * `FLASK_ENV` was removed in Flask v2.3.0
  • Loading branch information
jayaddison authored and marksteward committed Aug 15, 2024
1 parent 1e7b91f commit 2338c05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
environment:
SETTINGS_FILE: ./config/production.cfg
IRCCAT: irccat.orga.emfcamp.org:12345
FLASK_ENV: production
logging:
driver: journald

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ services:
- "2342:2342"
environment:
SETTINGS_FILE: ./config/development.cfg
FLASK_APP: dev_server.py
FLASK_ENV: development
COLORIZE_LOGS: always
PYTHONUNBUFFERED: 1
IRCCAT: fakeirccat:12345
Expand Down

0 comments on commit 2338c05

Please sign in to comment.