From df6dad13bae69e2f2f02de9e83c3b4f0d5ebf15b Mon Sep 17 00:00:00 2001
From: Mike Bennett <mike.bennett@ed.ac.uk>
Date: Thu, 19 Dec 2019 17:26:42 +0000
Subject: [PATCH] Move SEND_FILE_MAX_AGE_DEFAULT comment to line above

This prevents the environs library from failing to parse the .env file
---
 {{cookiecutter.app_name}}/.env.example | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/{{cookiecutter.app_name}}/.env.example b/{{cookiecutter.app_name}}/.env.example
index ec8405ae..5754ea87 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
-- 
GitLab