fix(config): supporting multiple env variables in a value.
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good

ref #9
This commit is contained in:
2023-07-10 16:59:00 +02:00
parent bcc73a97cc
commit 1b7344bcb5
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