You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the values in **.env.example** with your values and rename this file to **.env**:
35
35
36
-
*`FLASK_APP`: Entry point of your application (should be `wsgi.py`).
37
-
*`FLASK_ENV`: The environment to run your app in (either `development` or `production`).
38
36
*`SECRET_KEY`: Randomly generated string of characters used to encrypt your app's data.
37
+
*`FLASK_DEBUG`: Whether to run Flask in "debug" mode (either `True` or `False`).
39
38
40
39
*Remember never to commit secrets saved in .env files to Github.*
41
40
42
-
43
41
-----
44
42
45
43
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
0 commit comments