fix(config): supporting multiple env variables in a value.

ref #9
This commit is contained in:
2023-07-10 16:59:00 +02:00
committed by vfebvre
parent 5453988419
commit a3f44cf123
4 changed files with 18 additions and 5 deletions

View File

@ -2,5 +2,5 @@ logger:
level: 0
format: human
http:
host: "0.0.0.0"
port: 3000
host: "${LISTEN_ADDR}"
port: 3000