-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanagement.json
52 lines (52 loc) · 1.55 KB
/
management.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"Stuns": [
{
"Proto": "udp",
"URI": "stun:netbird.example.com:3478",
"Username": "",
"Password": null
}
],
"TURNConfig": {
"Turns": [
{
"Proto": "udp",
"URI": "turn:netbird.example.com:3478",
"Username": "self",
"Password": "l3kHa/aG8CFAMMvSSzpjCgSEtyfZGxFkZ/csOGWeYvw"
}
],
"CredentialsTTL": "12h",
"Secret": "secret",
"TimeBasedCredentials": false
},
"Signal": {
"Proto": "http",
"URI": "netbird.example.com:10000",
"Username": "",
"Password": null
},
"Datadir": "",
"HttpConfig": {
"Address": "0.0.0.0:33073",
"AuthIssuer": "https://example.auth0.com/",
"AuthAudience": "https://netbird.example.com",
"AuthKeysLocation": "https://example.auth0.com/.well-known/jwks.json",
"CertFile": "/etc/letsencrypt/fullchain.pem",
"CertKey": "/etc/letsencrypt/privkey.pem",
"OIDCConfigEndpoint": "https://example.auth0.com/.well-known/openid-configuration"
},
"IdpManagerConfig": {
"Manager": "none"
},
"DeviceAuthorizationFlow": {
"Provider": "none",
"ProviderConfig": {
"Audience": "https://netbird.example.com",
"Domain": "",
"ClientID": "",
"TokenEndpoint": "https://example.auth0.com/oauth/token",
"DeviceAuthEndpoint": "https://example.auth0.com/oauth/device/code"
}
}
}