Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 16, 2024
1 parent fde2cd9 commit 578a424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions deployment/ci/bootstrap_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ secretd genesis validate
secretd init-bootstrap
secretd genesis validate

# Setup LCD
perl -i -pe 's;address = "tcp://0.0.0.0:1317";address = "tcp://0.0.0.0:1316";' ~/.secretd/config/app.toml
perl -i -pe 's/enable-unsafe-cors = false/enable-unsafe-cors = true/' ~/.secretd/config/app.toml
perl -i -pe 's/concurrency = false/concurrency = true/' ~/.secretd/config/app.toml

source /opt/sgxsdk/environment && RUST_BACKTRACE=1 secretd start --rpc.laddr tcp://0.0.0.0:26657 --bootstrap
1 change: 0 additions & 1 deletion deployment/ci/docker-compose.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ services:
expose:
- 26656
- 26657
- 1317
- 1316

node-no-tests:
Expand Down

0 comments on commit 578a424

Please sign in to comment.