mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-30 19:41:30 +02:00
Operators need concrete schemas for the new config-file flags. Add validated YAML examples for Relay/STUN, Signal, and Proxy.
16 lines
400 B
YAML
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: ""
|