57991d6e02
* Docker container for nomos node * Remove peers from sample config * Use mockpool-node and update config
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
log:
|
|
backend: "Stdout"
|
|
format: "Json"
|
|
level: "debug"
|
|
network:
|
|
backend:
|
|
host: 0.0.0.0
|
|
port: 3000
|
|
log_level: "fatal"
|
|
nodeKey: null
|
|
discV5BootstrapNodes: []
|
|
initial_peers: []
|
|
http:
|
|
backend:
|
|
address: 0.0.0.0:8080
|
|
cors_origins: []
|