mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-26 10:03:47 +01:00
11 lines
300 B
Bash
11 lines
300 B
Bash
|
# e.g. app.mydomain.com
|
||
|
WIRETRUSTEE_DOMAIN=""
|
||
|
# e.g. dev-24vkclam.us.auth0.com
|
||
|
WIRETRUSTEE_AUTH0_DOMAIN=""
|
||
|
# e.g. 61u3JMXRO0oOevc7gCkZLCwePQvT4lL0
|
||
|
WIRETRUSTEE_AUTH0_CLIENT_ID=""
|
||
|
# e.g. https://app.mydomain.com/
|
||
|
WIRETRUSTEE_AUTH0_AUDIENCE=""
|
||
|
# e.g. hello@mydomain.com
|
||
|
WIRETRUSTEE_LETSENCRYPT_EMAIL=""
|