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