10 lines
143 B
YAML
10 lines
143 B
YAML
|
output:
|
||
|
elasticsearch:
|
||
|
enabled: true
|
||
|
port: 9200
|
||
|
host: localhost
|
||
|
|
||
|
env:
|
||
|
test_key: ${TEST_KEY}
|
||
|
default: ${NON_EXISTENT:default}
|