Open up CORS in simapp tendermint config

This commit is contained in:
Simon Warta
2020-08-18 14:57:36 +02:00
parent e8443f44f9
commit 6e69769950
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ function inline_jq() {
# Custom settings in config.toml
sed -i "" \
-e 's/^cors_allowed_origins.*$/cors_allowed_origins = ["*"]/' \
-e 's/^timeout_propose =.*$/timeout_propose = "300ms"/' \
-e 's/^timeout_propose_delta =.*$/timeout_propose_delta = "100ms"/' \
-e 's/^timeout_prevote =.*$/timeout_prevote = "300ms"/' \