fix
This commit is contained in:
@@ -10,14 +10,14 @@ providers : {
|
|||||||
cors: "*",
|
cors: "*",
|
||||||
http: {
|
http: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
bind_address = "0.0.0.0",
|
bind_address: "0.0.0.0",
|
||||||
hosts = ["*"],
|
hosts: "*",
|
||||||
port: 4444,
|
port: 4444,
|
||||||
}
|
}
|
||||||
ws: {
|
ws: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
bind_address: "0.0.0.0",
|
bind_address: "0.0.0.0",
|
||||||
hosts = ["*"],
|
hosts: "*",
|
||||||
port: 4445,
|
port: 4445,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@ providers : {
|
|||||||
cors: "*",
|
cors: "*",
|
||||||
http: {
|
http: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
bind_address = "0.0.0.0",
|
bind_address: "0.0.0.0",
|
||||||
hosts = ["*"],
|
hosts: "*",
|
||||||
port: 4444,
|
port: 4444,
|
||||||
}
|
}
|
||||||
ws: {
|
ws: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
bind_address: "0.0.0.0",
|
bind_address: "0.0.0.0",
|
||||||
port: 4445,
|
port: 4445,
|
||||||
hosts = ["*"]
|
host: "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user