-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuildtools.json
44 lines (44 loc) · 1.06 KB
/
buildtools.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
{
"$schema": "https://mobilebuildtools.com/schemas/v2/buildtools.schema.json",
"appSettings": {
"ShellApp": [
{
"accessibility": "Internal",
"className": "Secrets",
"namespace": "Helpers",
"properties": [
{
"name": "TenantName",
"type": "String",
"defaultValue": "fabrikamb2c"
},
{
"name": "ClientId",
"type": "String",
"defaultValue": "e5737214-6372-472c-a85a-68e8fbe6cf3c"
},
{
"name": "DataScheme",
"type": "String",
"defaultValue": "msal90c0fe63-bcf2-44d5-8fb7-b8bbc0b29dc6"
},
{
"name": "Host",
"type": "String",
"defaultValue": "null"
},
{
"name": "Port",
"type": "Int",
"defaultValue": "514"
},
{
"name": "AppName",
"type": "String",
"defaultValue": "AzureAD-Shell"
}
]
}
]
}
}