9 строки
362 B
Plaintext
9 строки
362 B
Plaintext
# this a template of the file that can be used for storing private and user specific environment variables, like keys or system paths
|
|
# create a file named .env
|
|
# by default .env will be excluded from version control
|
|
# the variables declared in .env are loaded automatically in run.py
|
|
|
|
|
|
MY_VAR="/home/user/my/system/path"
|
|
MY_KEY="asdgjhawi8y23ihsghsueity23ihwd"
|