basecoin back on default port, CentOS repo signature change

This commit is contained in:
Greg Szabo
2017-06-19 23:38:31 +00:00
parent 1cea4dd43f
commit 2c1261c3b7
3 changed files with 5 additions and 5 deletions
@@ -19,7 +19,7 @@ Restart=on-failure
User=basecoin
Group=basecoin
PermissionsStartOnly=true
ExecStart=/usr/bin/basecoin start --without-tendermint --address "tcp://0.0.0.0:36658"
ExecStart=/usr/bin/basecoin start --without-tendermint
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGTERM
@@ -1,16 +1,16 @@
# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
proxy_app = "tcp://127.0.0.1:36658"
proxy_app = "tcp://127.0.0.1:46658"
moniker = ""
fast_sync = true
db_backend = "leveldb"
log_level = "debug"
[rpc]
laddr = "tcp://0.0.0.0:36657"
laddr = "tcp://0.0.0.0:46657"
[p2p]
laddr = "tcp://0.0.0.0:36656"
laddr = "tcp://0.0.0.0:46656"
seeds = ""