mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
* initialize idpmanage only if config was set * removed LetsEncryption information for local selfhosted deployments
46 lines
1.3 KiB
Cheetah
46 lines
1.3 KiB
Cheetah
{
|
|
"Stuns": [
|
|
{
|
|
"Proto": "udp",
|
|
"URI": "stun:$WIRETRUSTEE_DOMAIN:3478",
|
|
"Username": "",
|
|
"Password": null
|
|
}
|
|
],
|
|
"TURNConfig": {
|
|
"Turns": [
|
|
{
|
|
"Proto": "udp",
|
|
"URI": "turn:$WIRETRUSTEE_DOMAIN:3478",
|
|
"Username": "",
|
|
"Password": null
|
|
}
|
|
],
|
|
"CredentialsTTL": "12h",
|
|
"Secret": "secret",
|
|
"TimeBasedCredentials": false
|
|
},
|
|
"Signal": {
|
|
"Proto": "http",
|
|
"URI": "$WIRETRUSTEE_DOMAIN:10000",
|
|
"Username": "",
|
|
"Password": null
|
|
},
|
|
"Datadir": "",
|
|
"HttpConfig": {
|
|
"Address": "0.0.0.0:33071",
|
|
"AuthIssuer": "https://$WIRETRUSTEE_AUTH0_DOMAIN/",
|
|
"AuthAudience": "$WIRETRUSTEE_AUTH0_AUDIENCE",
|
|
"AuthKeysLocation": "https://$WIRETRUSTEE_AUTH0_DOMAIN/.well-known/jwks.json"
|
|
},
|
|
"IdpManagerConfig": {
|
|
"Manager": "none",
|
|
"Auth0ClientCredentials": {
|
|
"Audience": "<PASTE YOUR AUTH0 AUDIENCE HERE>",
|
|
"AuthIssuer": "<PASTE YOUR AUTH0 Auth Issuer HERE>",
|
|
"ClientId": "<PASTE YOUR AUTH0 Application Client ID HERE>",
|
|
"ClientSecret": "<PASTE YOUR AUTH0 Application Client Secret HERE>",
|
|
"GrantType": "client_credentials"
|
|
}
|
|
}
|
|
} |