api-automation-test/ApiAutomationTest/.flaskenv

5 lines
95 B
Bash

FLASK_APP=webserver.py
FLASK_ENV=production
FLASK_DEBUG=0
#FLASK_ENV=development
#FLASK_DEBUG=1