Files
netbird/signal/config.example.yaml
jnfrati 2545a3c30b [signal,proxy,relay] Add service configuration examples
Operators need concrete schemas for the new config-file flags.

Add validated YAML examples for Relay/STUN, Signal, and Proxy.
2026-08-25 11:03:33 +02:00

16 lines
400 B
YAML

# Command-line flags override environment variables, which override this file.
# Set port to 0 to select 443 with TLS or 80 without TLS.
port: 0
metricsPort: 9090
# Use either static certificates or Let's Encrypt.
letsencryptDomain: ""
letsencryptEmail: ""
letsencryptDataDir: ""
certFile: "/etc/netbird/tls.crt"
certKey: "/etc/netbird/tls.key"
logLevel: "info"
logFile: "console"
pprofAddress: ""