mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-31 13:16:59 +00:00
basecoin back on default port, CentOS repo signature change
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user