This commit is contained in:
Nikita Bizyaev
2026-05-07 12:44:41 +03:00
parent c354fbf626
commit bbb517b3d1
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
server:
listenAddress: ":80"
exposedAddress: "https://birdy.greact.online" # домен, через который ходит UI и клиенты
exposedAddress: "https://brd.greact.online" # домен, через который ходит UI и клиенты
stunPorts:
- 3478
logLevel: "info"
@@ -9,12 +9,12 @@ server:
dataDir: "/var/lib/netbird"
auth:
issuer: "https://birdy.greact.online/oauth2"
issuer: "https://brd.greact.online/oauth2"
localAuthDisabled: false
signKeyRefreshEnabled: true
dashboardRedirectURIs:
- "https://birdy.greact.online/nb-auth"
- "https://birdy.greact.online/nb-silent-auth"
- "https://brd.greact.online/nb-auth"
- "https://brd.greact.online/nb-silent-auth"
cliRedirectURIs:
- "http://localhost:53000/"