write env vars uppercase

This commit is contained in:
Robert Kaussow 2021-06-09 21:10:18 +02:00
parent 3473693b79
commit 796225c8f1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Config():
},
"output_file": {
"default": default_output_file,
"env": "output_file",
"env": "OUTPUT_FILE",
"file": True,
"type": environs.Env().str
},