# These are PUBLIC environment variables
# DO NOT PUT ANY SECRETS HERE
# For your local secrets, use the .env file
FLASK_APP=webcompat:app
FLASK_ENV=development
GITHUB_CALLBACK_URL='http://localhost:5000/callback'
