diff --git a/config.yaml b/config.yaml index 1f949f3..77e4504 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ server: listenAddress: ":80" - exposedAddress: "https://brd.greact.online" # домен, через который ходит UI и клиенты + exposedAddress: "https://brd.greact.online:443" # домен, через который ходит UI и клиенты stunPorts: - 3478 logLevel: "info" @@ -21,4 +21,3 @@ server: store: engine: "sqlite" encryptionKey: "0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg=" - \ No newline at end of file diff --git a/dashboard.env b/dashboard.env index 5ee4996..cd399b8 100644 --- a/dashboard.env +++ b/dashboard.env @@ -1,9 +1,9 @@ -NETBIRD_MGMT_API_ENDPOINT=http://netbird-server -NETBIRD_MGMT_GRPC_API_ENDPOINT=http://netbird-server +NETBIRD_MGMT_API_ENDPOINT=https://brd.greact.online +NETBIRD_MGMT_GRPC_API_ENDPOINT=https://brd.greact.online AUTH_AUDIENCE=netbird-dashboard AUTH_CLIENT_ID=netbird-dashboard -AUTH_CLIENT_SECRET=0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg= +AUTH_CLIENT_SECRET= AUTH_AUTHORITY=https://brd.greact.online/oauth2 USE_AUTH0=false AUTH_SUPPORTED_SCOPES=openid profile email groups