8 lines
176 B
Text
8 lines
176 B
Text
|
|
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
|