mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-05-22 17:05:00 -07:00
19 lines
718 B
JSON
19 lines
718 B
JSON
{
|
|
"auth0Auth": "$USE_AUTH0",
|
|
"authAuthority": "$AUTH_AUTHORITY",
|
|
"authClientId": "$AUTH_CLIENT_ID",
|
|
"authClientSecret": "$AUTH_CLIENT_SECRET",
|
|
"authScopesSupported": "$AUTH_SUPPORTED_SCOPES",
|
|
"authAudience": "$AUTH_AUDIENCE",
|
|
"apiOrigin": "$NETBIRD_MGMT_API_ENDPOINT",
|
|
"grpcApiOrigin": "$NETBIRD_MGMT_GRPC_API_ENDPOINT",
|
|
"redirectURI": "$AUTH_REDIRECT_URI",
|
|
"silentRedirectURI": "$AUTH_SILENT_REDIRECT_URI",
|
|
"tokenSource": "$NETBIRD_TOKEN_SOURCE",
|
|
"dragQueryParams": "$NETBIRD_DRAG_QUERY_PARAMS",
|
|
"hotjarTrackID": "$NETBIRD_HOTJAR_TRACK_ID",
|
|
"googleAnalyticsID": "$NETBIRD_GOOGLE_ANALYTICS_ID",
|
|
"googleTagManagerID": "$NETBIRD_GOOGLE_TAG_MANAGER_ID",
|
|
"wasmPath": "$NETBIRD_WASM_PATH"
|
|
}
|