# flask command configuration file. # # cf https://flask.palletsprojects.com/en/1.1.x/cli/ # and https://flask.palletsprojects.com/en/1.1.x/config/ # # Default environment set to 'production', # but 'development' value adds debuging facities. # FLASK_ENV=development # Default app name is set to the python application wrapper. # You shouldnt edit unless you know what you're doing. # FLASK_APP=pdc_web