Skip to content
Snippets Groups Projects
Commit df6dad13 authored by Mike Bennett's avatar Mike Bennett Committed by James Curtin
Browse files

Move SEND_FILE_MAX_AGE_DEFAULT comment to line above

This prevents the environs library from failing to parse the .env file
parent 1fd2de23
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,5 @@ DATABASE_URL=sqlite:////tmp/dev.db ...@@ -6,4 +6,5 @@ DATABASE_URL=sqlite:////tmp/dev.db
GUNICORN_WORKERS=1 GUNICORN_WORKERS=1
LOG_LEVEL=debug LOG_LEVEL=debug
SECRET_KEY=not-so-secret SECRET_KEY=not-so-secret
SEND_FILE_MAX_AGE_DEFAULT=0 # In production, set to a higher number, like 31556926 # In production, set to a higher number, like 31556926
SEND_FILE_MAX_AGE_DEFAULT=0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment