rest | false | Enable Waku REST HTTP server: true|false |
rest-address | 127.0.0.1 | Listening address of the REST HTTP server |
rest-port | 8645 | Listening port of the REST HTTP server |
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-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 * |