forked from jchomaz/Vulture
Lancement en mode network plutot que pod
This commit is contained in:
@@ -18,11 +18,11 @@ mqtt {
|
||||
}
|
||||
|
||||
listeners.tcp {
|
||||
bind = "127.0.0.1:1883"
|
||||
bind = "0.0.0.0:1883"
|
||||
}
|
||||
|
||||
listeners.ws {
|
||||
bind = "127.0.0.1:9001"
|
||||
bind = "0.0.0.0:9001"
|
||||
}
|
||||
|
||||
http_server {
|
||||
|
||||
Reference in New Issue
Block a user