slight fix

This commit is contained in:
Sebastian
2024-11-06 13:55:11 +01:00
parent 108f126c1f
commit 610a152446
2 changed files with 1 additions and 4 deletions

View File

@@ -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,
} }
} }

View File

@@ -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
} }