Add cors section for bootnodes

This commit is contained in:
phahulin 2018-03-12 17:09:22 +03:00
parent a5de6eae6e
commit 58410935ca
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@ bootnode_node_toml_lines_to_add:
- section: "rpc"
option: "processing_threads"
value: 4
- section: "rpc"
option: "cors"
value: ['all']