10 lines
177 B
YAML
10 lines
177 B
YAML
# Configuração do DEJO Node
|
|
|
|
environment: production
|
|
log_level: info
|
|
consensus_algorithm: PoS
|
|
rpc_port: 8545
|
|
ws_port: 8546
|
|
database:
|
|
type: leveldb
|
|
path: "/data/blockchain" |