We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8129098 commit 9a0d35bCopy full SHA for 9a0d35b
flask.rst
@@ -343,7 +343,7 @@ Accessing Environment Variables
343
We can and should set environment variables; i.e., variables stored in the OS,
344
especially for passwords and keys, rather than in python scripts. This helps with
345
version control as you don't want to upload them to the github, though now it prevents keys from uploading.
346
-Presently I guess, it still prevents the need to copy/paste the keys into the script everytime you launch the app.
+Presently I guess, it still reduces the need to copy/paste the keys into the script everytime you launch the app.
347
348
To do this, in Mac/Linux, we can store the env variable in a .bash_profile.
349
0 commit comments