Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Aug 21, 2023
2 parents b64ff74 + 4925c10 commit 172f43d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ RUN wget -O $HOME/.Cardchain/config/addrbook.json "https://raw.githubusercontent


RUN chmod +x ./docker-run.sh
ENTRYPOINT bash docker-run.sh
ENTRYPOINT bash docker-run.sh
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ validators:
timeout_commit: 5s
moniker: yesyoulikeCC
p2p:
laddr: 0.0.0.0:26658
laddr: 0.0.0.0:26656
rpc:
laddr: 0.0.0.0:26657
pprof_laddr: :6061
2 changes: 1 addition & 1 deletion docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Cardchaind start
# backup area (this will be executed if the Cardchaind process is killed)
#now=$(date +"%d.%m.%Y")
#Cardchaind export > /backup/genesis$now.json
#echo "BACKUP should be in /backup/genesis$now"
#echo "BACKUP should be in /backup/genesis$now"

0 comments on commit 172f43d

Please sign in to comment.