load env vars using python-dotenv
This commit is contained in:
parent
77b98a2762
commit
491d331e6e
13 changed files with 235 additions and 42 deletions
3
tests/test_apps/.env
Normal file
3
tests/test_apps/.env
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FOO=env
|
||||
SPAM=1
|
||||
EGGS=2
|
||||
3
tests/test_apps/.flaskenv
Normal file
3
tests/test_apps/.flaskenv
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FOO=flaskenv
|
||||
BAR=bar
|
||||
EGGS=0
|
||||
Loading…
Add table
Add a link
Reference in a new issue