Files
birdy/config.yaml
Nikita Bizyaev bbb517b3d1 brd
2026-05-07 12:44:41 +03:00

24 lines
701 B
YAML

server:
listenAddress: ":80"
exposedAddress: "https://brd.greact.online" # домен, через который ходит UI и клиенты
stunPorts:
- 3478
logLevel: "info"
logFile: "console"
authSecret: "0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg="
dataDir: "/var/lib/netbird"
auth:
issuer: "https://brd.greact.online/oauth2"
localAuthDisabled: false
signKeyRefreshEnabled: true
dashboardRedirectURIs:
- "https://brd.greact.online/nb-auth"
- "https://brd.greact.online/nb-silent-auth"
cliRedirectURIs:
- "http://localhost:53000/"
store:
engine: "sqlite"
encryptionKey: "0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg="