mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-25 01:23:22 +01:00
16 lines
545 B
Plaintext
16 lines
545 B
Plaintext
|
## example file, you can copy this file to setup.env and update its values
|
||
|
##
|
||
|
# Dashboard domain and auth0 configuration
|
||
|
|
||
|
# Dashboard domain. e.g. app.mydomain.com
|
||
|
NETBIRD_DOMAIN=""
|
||
|
# e.g. dev-24vkclam.us.auth0.com
|
||
|
NETBIRD_AUTH0_DOMAIN=""
|
||
|
# e.g. 61u3JMXRO0oOevc7gCkZLCwePQvT4lL0
|
||
|
NETBIRD_AUTH0_CLIENT_ID=""
|
||
|
# e.g. https://app.mydomain.com/ or https://app.mydomain.com,
|
||
|
# Make sure you used the exact same value for Identifier
|
||
|
# you used when creating your Auth0 API
|
||
|
NETBIRD_AUTH0_AUDIENCE=""
|
||
|
# e.g. hello@mydomain.com
|
||
|
NETBIRD_LETSENCRYPT_EMAIL=""
|