Skip to content

Commit ab29f51

Browse files
committed
robot: expand api listen addr with env
1 parent 75648a2 commit ab29f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.go

+1
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ func expandcfg(cfg *Config, expand func(s string) string) {
600600
&cfg.DB.KVFlag,
601601
&cfg.DB.Privacy,
602602
&cfg.DB.Spoken,
603+
&cfg.HTTP.Listen,
603604
&cfg.TMI.CID,
604605
&cfg.TMI.SecretFile,
605606
&cfg.TMI.TokenFile,

0 commit comments

Comments
 (0)