443
This commit is contained in:
@@ -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="
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user