# True for development, False for production DEBUG=True # Flask ENV FLASK_APP=run.py FLASK_ENV=development # Used for CDN (in production) ASSETS_ROOT=/static/assets # !!! Without Slash at the end !!!