24 lines
701 B
YAML
24 lines
701 B
YAML
server:
|
|
listenAddress: ":80"
|
|
exposedAddress: "https://brd.greact.online:443" # домен, через который ходит 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="
|