Add default values for conf
This commit is contained in:
parent
076f676f4f
commit
cbe843220a
4 changed files with 39 additions and 24 deletions
|
|
@ -3,3 +3,6 @@ first_key=test
|
|||
|
||||
second_key="ENV:alma"
|
||||
third_key = ENV:alma
|
||||
|
||||
fourth_key="this is a default value" # will fall back to this if ENV is not defined
|
||||
fourth_key = ENV:SOMETHING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue