-
|
There was a report stating that, a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It turns out, a Flask app started that way does not automatically load environment variables from |
Beta Was this translation helpful? Give feedback.
It turns out, a Flask app started that way does not automatically load environment variables from
.env. I found only non-official article alluding to that (which was written one year after the original issue posted above). Nonetheless, nowadays, the recommended way to start a Flask application isflask run ...for exampleflask run -h localhost.