# 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 set to 'production', # but 'development' value adds debuging facities. # FLASK_ENV=development # Is set to the python application wrapper # you shouldnt edit. # FLASK_APP=pdc_web