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