1
0
mirror of synced 2025-01-09 07:22:17 +00:00
nomos-node/config.yml.example
gusto 4981c724af
Http status codes (#88)
* Include status codes in http error responses

* Mockpool bridges error handling

* Last TX in milliseconds in mempool metrics

* u64 for last tx metrics
2023-03-06 15:19:27 +02:00

18 lines
288 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: []
relayTopics: []
http:
backend:
address: 0.0.0.0:8080
cors_origins: []