Fix listen address and port passing

Only HOST & PORT env variables used by gin internally were really used, pass resulting config to gin so we match documentation, and log it on startup
This commit is contained in:
Łukasz Mierzwa
2017-12-03 10:26:41 -08:00
parent 65a27b39df
commit e23b00c080
3 changed files with 6 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ labels:
keep: []
strip: []
listen:
address: "*"
address: "0.0.0.0"
port: 8080
prefix: /
log: