brd
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
listenAddress: ":80"
|
listenAddress: ":80"
|
||||||
exposedAddress: "https://birdy.greact.online" # домен, через который ходит UI и клиенты
|
exposedAddress: "https://brd.greact.online" # домен, через который ходит UI и клиенты
|
||||||
stunPorts:
|
stunPorts:
|
||||||
- 3478
|
- 3478
|
||||||
logLevel: "info"
|
logLevel: "info"
|
||||||
@@ -9,12 +9,12 @@ server:
|
|||||||
dataDir: "/var/lib/netbird"
|
dataDir: "/var/lib/netbird"
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
issuer: "https://birdy.greact.online/oauth2"
|
issuer: "https://brd.greact.online/oauth2"
|
||||||
localAuthDisabled: false
|
localAuthDisabled: false
|
||||||
signKeyRefreshEnabled: true
|
signKeyRefreshEnabled: true
|
||||||
dashboardRedirectURIs:
|
dashboardRedirectURIs:
|
||||||
- "https://birdy.greact.online/nb-auth"
|
- "https://brd.greact.online/nb-auth"
|
||||||
- "https://birdy.greact.online/nb-silent-auth"
|
- "https://brd.greact.online/nb-silent-auth"
|
||||||
cliRedirectURIs:
|
cliRedirectURIs:
|
||||||
- "http://localhost:53000/"
|
- "http://localhost:53000/"
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
NETBIRD_MGMT_API_ENDPOINT=https://birdy.greact.online
|
NETBIRD_MGMT_API_ENDPOINT=http://netbird-server
|
||||||
NETBIRD_MGMT_GRPC_API_ENDPOINT=https://birdy.greact.online
|
NETBIRD_MGMT_GRPC_API_ENDPOINT=http://netbird-server
|
||||||
|
|
||||||
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=0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg=
|
||||||
AUTH_AUTHORITY=https://birdy.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
|
||||||
AUTH_REDIRECT_URI=/nb-auth
|
AUTH_REDIRECT_URI=/nb-auth
|
||||||
AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
|
AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
|
||||||
LETSENCRYPT_DOMAIN=birdy.greact.online
|
LETSENCRYPT_DOMAIN=
|
||||||
LETSENCRYPT_EMAIL=cap7goo@gmail.com
|
LETSENCRYPT_EMAIL=
|
||||||
NGINX_SSL_PORT=443
|
NGINX_SSL_PORT=
|
||||||
|
|||||||
Reference in New Issue
Block a user