30 lines
378 B
YAML
30 lines
378 B
YAML
edge:
|
|
id: "edge-local"
|
|
name: "Local Edge"
|
|
|
|
server:
|
|
listen: "0.0.0.0:9090"
|
|
advertise_host: ""
|
|
|
|
bootstrap:
|
|
listen: "0.0.0.0:18080"
|
|
artifact_base_url: ""
|
|
artifact_dir: "artifacts"
|
|
|
|
tls:
|
|
enabled: false
|
|
|
|
logging:
|
|
level: "info"
|
|
pretty: false
|
|
path: ""
|
|
|
|
metrics:
|
|
port: 9092
|
|
|
|
control_plane:
|
|
enabled: false
|
|
wire_addr: ""
|
|
reconnect_interval_sec: 5
|
|
|
|
nodes: []
|