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