Brings the unified dashboard into the open-source repo. Premium features ship in the open code, gated at runtime via NETBIRD_CLOUD and NETBIRD_LICENSED, with upgrade prompts for unlicensed self-hosted deployments. Adds the cloud-only feature areas (billing, integrations, MSP, traffic events, notifications) and the Playwright e2e suite.
27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
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",
|
|
"authServiceUrl": "$NETBIRD_AUTH_SERVICE_URL",
|
|
"wasmPath": "$NETBIRD_WASM_PATH",
|
|
"licensed": "$NETBIRD_LICENSED",
|
|
"cloud": "$NETBIRD_CLOUD",
|
|
"hubspotPortalId": "$NETBIRD_HUBSPOT_PORTAL_ID",
|
|
"hubspotSignupFormId": "$NETBIRD_HUBSPOT_SIGNUP_FORM_ID",
|
|
"hubspotOnboardingFormId": "$NETBIRD_HUBSPOT_ONBOARDING_FORM_ID",
|
|
"hubspotSurveyFormId": "$NETBIRD_HUBSPOT_SURVEY_FORM_ID",
|
|
"analyticsExcludedEmails": "$NETBIRD_ANALYTICS_EXCLUDED_EMAILS"
|
|
}
|