FLASK_DEBUG=1
CACHE_REDIS_HOST=redis

# Optional: wipe the local sqlite analytics DB on startup. Only
# consulted when FLASK_DEBUG=1 and analytics is enabled. Default off
# so captured debug data is not lost across restarts.
# RESET_ANALYTICS=1
