mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-27 18:21:55 +00:00
.github
DOCKER
benchmarks
blockchain
cmd
config
consensus
docs
_static
_templates
architecture
assets
examples
node1
node2
node3
node4
config.toml
genesis.json
priv_validator.json
getting-started.md
install_tendermint.sh
images
specification
.python-version
Makefile
README.md
abci-cli.rst
app-architecture.rst
app-development.rst
conf.py
deploy-testnets.rst
ecosystem.rst
getting-started.rst
how-to-read-logs.rst
index.rst
install.rst
introduction.rst
requirements.txt
specification.rst
using-tendermint.rst
evidence
lite
mempool
node
p2p
proxy
rpc
scripts
state
test
types
version
.codecov.yml
.editorconfig
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
Vagrantfile
appveyor.yml
circle.yml
glide.lock
glide.yaml
16 lines
307 B
TOML
16 lines
307 B
TOML
![]() |
# This is a TOML config file.
|
||
|
# For more information, see https://github.com/toml-lang/toml
|
||
|
|
||
|
proxy_app = "tcp://127.0.0.1:46658"
|
||
|
moniker = "penguin"
|
||
|
fast_sync = true
|
||
|
db_backend = "leveldb"
|
||
|
log_level = "state:info,*:error"
|
||
|
|
||
|
[rpc]
|
||
|
laddr = "tcp://0.0.0.0:46657"
|
||
|
|
||
|
[p2p]
|
||
|
laddr = "tcp://0.0.0.0:46656"
|
||
|
seeds = ""
|