From 79b54b5d566b353c59e34be840e6eba67a8f74ed Mon Sep 17 00:00:00 2001 From: Burathar Date: Wed, 16 Dec 2020 15:01:42 +0100 Subject: [PATCH] add comment to flaskenv_example --- .flaskenv_example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.flaskenv_example b/.flaskenv_example index 032abb4..c0bb4e9 100644 --- a/.flaskenv_example +++ b/.flaskenv_example @@ -1,3 +1,5 @@ +# Copy this file to .flaskenv and set configuration as desired + FLASK_APP=linkshortener.py FLASK_ENV=production #FLASK_ENV=development