From 7fabb936a3ec7b7ec198163683d3c9e9cae75620 Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Thu, 29 Feb 2024 11:53:48 +0100 Subject: [PATCH] update nwaku options table --- docs/guides/nwaku/config-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 0b48cda..293c4b6 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -119,7 +119,7 @@ Here are the available node configuration options, along with their default valu | `rest-relay-cache-capacity` | `30` | Capacity of the Relay REST API message cache | | `rest-admin` | `false` | Enable access to REST HTTP Admin API: true\|false | | `rest-private` | `false` | Enable access to REST HTTP Private API: true\|false | -| `rest-allow-origin` | | Allow cross-origin requests from the specified origin.
In case REST Api will be used from a browser you need to specify the origin host in order to get proper answer from this node REST HTTP server.
This option maybe repeated and can contain wildcards (?,\*) in defining url and port
Ex.: \"localhost:*\" or \"127.0.0.1:8080\" or allow any sites with \"\*\" | +| `rest-allow-origin` | | Allow cross-origin requests from the specified origin. When using the REST API in a browser, specify the origin host to get a valid response from the node REST HTTP server. This option may be repeated and can contain wildcards (?,\*) for defining URLs and ports such as `localhost:*`, `127.0.0.1:8080`, or allow any website with `*` | ## Metrics config