This commit is contained in:
Nikita Bizyaev
2026-05-07 13:51:54 +03:00
parent bbb517b3d1
commit d5fd7dde5b
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
server: server:
listenAddress: ":80" listenAddress: ":80"
exposedAddress: "https://brd.greact.online" # домен, через который ходит UI и клиенты exposedAddress: "https://brd.greact.online:443" # домен, через который ходит UI и клиенты
stunPorts: stunPorts:
- 3478 - 3478
logLevel: "info" logLevel: "info"
@@ -21,4 +21,3 @@ server:
store: store:
engine: "sqlite" engine: "sqlite"
encryptionKey: "0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg=" encryptionKey: "0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg="

View File

@@ -1,9 +1,9 @@
NETBIRD_MGMT_API_ENDPOINT=http://netbird-server NETBIRD_MGMT_API_ENDPOINT=https://brd.greact.online
NETBIRD_MGMT_GRPC_API_ENDPOINT=http://netbird-server NETBIRD_MGMT_GRPC_API_ENDPOINT=https://brd.greact.online
AUTH_AUDIENCE=netbird-dashboard AUTH_AUDIENCE=netbird-dashboard
AUTH_CLIENT_ID=netbird-dashboard AUTH_CLIENT_ID=netbird-dashboard
AUTH_CLIENT_SECRET=0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg= AUTH_CLIENT_SECRET=
AUTH_AUTHORITY=https://brd.greact.online/oauth2 AUTH_AUTHORITY=https://brd.greact.online/oauth2
USE_AUTH0=false USE_AUTH0=false
AUTH_SUPPORTED_SCOPES=openid profile email groups AUTH_SUPPORTED_SCOPES=openid profile email groups