commit inicial do projeto
This commit is contained in:
10
config/config.yaml
Normal file
10
config/config.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user