diff --git a/{{cookiecutter.app_name}}/.env.example b/{{cookiecutter.app_name}}/.env.example
index ec8405ae77d82cb733589a43d434b3d8460b4101..5754ea87e46ab6edc44928bf452970487b8e9f89 100644
--- a/{{cookiecutter.app_name}}/.env.example
+++ b/{{cookiecutter.app_name}}/.env.example
@@ -6,4 +6,5 @@ DATABASE_URL=sqlite:////tmp/dev.db
 GUNICORN_WORKERS=1
 LOG_LEVEL=debug
 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