mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
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:
@@ -25,7 +25,7 @@ labels:
|
||||
keep: []
|
||||
strip: []
|
||||
listen:
|
||||
address: "*"
|
||||
address: "0.0.0.0"
|
||||
port: 8080
|
||||
prefix: /
|
||||
log:
|
||||
|
||||
Reference in New Issue
Block a user