Files
birdy/dashboard.env
Nikita Bizyaev 6d01dd0bbb reset
2026-05-07 11:09:33 +03:00

15 lines
521 B
Bash

NETBIRD_MGMT_API_ENDPOINT=https://birdy.greact.online
NETBIRD_MGMT_GRPC_API_ENDPOINT=https://birdy.greact.online
AUTH_AUDIENCE=netbird-dashboard
AUTH_CLIENT_ID=netbird-dashboard
AUTH_CLIENT_SECRET=0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg=
AUTH_AUTHORITY=https://birdy.greact.online/oauth2
USE_AUTH0=false
AUTH_SUPPORTED_SCOPES=openid profile email groups
AUTH_REDIRECT_URI=/nb-auth
AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
LETSENCRYPT_DOMAIN=birdy.greact.online
LETSENCRYPT_EMAIL=cap7goo@gmail.com
NGINX_SSL_PORT=443