You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -148,7 +148,7 @@ The ```bor server``` command runs the Bor client.
148
148
149
149
-```graphql```: Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well. (default: false)
150
150
151
-
-```graphql.corsdomain```: Comma separated list of domains from which to accept crossorigin requests (browser enforced) (default: localhost)
151
+
-```graphql.corsdomain```: Comma separated list of domains from which to accept cross-origin requests (browser enforced) (default: localhost)
152
152
153
153
-```graphql.vhosts```: Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: localhost)
154
154
@@ -158,7 +158,7 @@ The ```bor server``` command runs the Bor client.
158
158
159
159
-```http.api```: API's offered over the HTTP-RPC interface (default: eth,net,web3,txpool,bor)
160
160
161
-
-```http.corsdomain```: Comma separated list of domains from which to accept crossorigin requests (browser enforced) (default: localhost)
161
+
-```http.corsdomain```: Comma separated list of domains from which to accept cross-origin requests (browser enforced) (default: localhost)
162
162
163
163
-```http.ep-requesttimeout```: Request Timeout for rpc execution pool for HTTP requests (default: 0s)
164
164
@@ -310,4 +310,4 @@ The ```bor server``` command runs the Bor client.
310
310
311
311
-```txpool.pricelimit```: Minimum gas price limit to enforce for acceptance into the pool (default: 25000000000)
312
312
313
-
-```txpool.rejournal```: Time interval to regenerate the local transaction journal (default: 1h0m0s)
313
+
-```txpool.rejournal```: Time interval to regenerate the local transaction journal (default: 1h0m0s)
0 commit comments