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