fix: sonic bind
This commit is contained in:
parent
ba5202ccf0
commit
216c17abc9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ log_level = "debug"
|
||||||
|
|
||||||
[channel]
|
[channel]
|
||||||
|
|
||||||
inet = "[::1]:1491"
|
inet = "0.0.0.0:1491"
|
||||||
tcp_timeout = 300
|
tcp_timeout = 300
|
||||||
|
|
||||||
auth_password = "${env.SONIC_SECRET}"
|
auth_password = "${env.SONIC_SECRET}"
|
||||||
|
|
Loading…
Reference in a new issue