2022-06-24 14:50:14 +02:00
|
|
|
## example file, you can copy this file to setup.env and update its values
|
|
|
|
##
|
|
|
|
# Dashboard domain. e.g. app.mydomain.com
|
2022-12-16 17:00:20 +01:00
|
|
|
NETBIRD_DOMAIN=$CI_NETBIRD_DOMAIN
|
2022-08-17 21:44:20 +02:00
|
|
|
# e.g. https://dev-24vkclam.us.auth0.com/ or https://YOUR-KEYCLOAK-HOST:8080/realms/netbird
|
2022-08-24 14:37:18 +02:00
|
|
|
NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT="https://example.eu.auth0.com/.well-known/openid-configuration"
|
2022-08-17 21:44:20 +02:00
|
|
|
# e.g. netbird-client
|
|
|
|
NETBIRD_AUTH_CLIENT_ID=$CI_NETBIRD_AUTH_CLIENT_ID
|
|
|
|
# indicates whether to use Auth0 or not: true or false
|
|
|
|
NETBIRD_USE_AUTH0=$CI_NETBIRD_USE_AUTH0
|
|
|
|
NETBIRD_AUTH_AUDIENCE=$CI_NETBIRD_AUTH_AUDIENCE
|
2022-06-24 14:50:14 +02:00
|
|
|
# e.g. hello@mydomain.com
|
2022-10-12 12:25:46 +02:00
|
|
|
NETBIRD_LETSENCRYPT_EMAIL=""
|
|
|
|
NETBIRD_AUTH_REDIRECT_URI="/peers"
|