mirror of
https://github.com/logos-co/nomos-node.git
synced 2026-08-31 03:21:15 +00:00
32 lines
490 B
YAML
32 lines
490 B
YAML
port: 4400
|
|
n_hosts: 4
|
|
timeout: 10
|
|
|
|
faucet_settings:
|
|
enabled: true
|
|
|
|
deployment_settings_storage_path:
|
|
deployment-settings.yaml
|
|
|
|
entropy_file: /etc/logos-blockchain/entropy
|
|
|
|
mode: Run
|
|
|
|
# Tracing
|
|
tracing_settings:
|
|
logger:
|
|
otlp:
|
|
endpoint: "http://otel:4317"
|
|
service_name: "init_node"
|
|
stdout: false
|
|
stderr: false
|
|
file:
|
|
directory: "./state/logs"
|
|
loki: null
|
|
gelf: null
|
|
tracing: None
|
|
filter: None
|
|
metrics: None
|
|
console: None
|
|
level: "DEBUG"
|