I am using wfastcgi intergrate flask server to IIS, even when I setting environment variable FLASK_CONFIG=production in system , the flask server always run in development mode, any suggustion?
Asked
Active
Viewed 92 times
0
-
Could you show the relevant code please? How do you verify that the mode is development? How do you set your own config? Maybe used modules override your own config? – Emil Jan 02 '19 at 10:28
-
@Emil I use different config params, like db url, connect different db, can show me. – Kamil Jan 10 '19 at 03:01