-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathlaunchSettings.json
More file actions
42 lines (42 loc) · 1.82 KB
/
Copy pathlaunchSettings.json
File metadata and controls
42 lines (42 loc) · 1.82 KB
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
{
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"commandLineArgs": "--port 51710 --data-path C:\\Develop\\Aasx\\repo --edit --secret-string=123",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"AasxServerBlazor": {
"commandName": "Project",
"commandLineArgs": "--with-db --start-index 1000 --secret-string-api 1234 --data-path \"C:\\Development\\newdb1\" --edit --external-blazor http://localhost:5001",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"AASREGISTRY": "https://plugfest2.aas-voyager.com",
"IFRAMEPATH": "https://dpp40-2-v2.industrialdigitaltwin.org/dashboard/submodelViewV3.html",
"Kestrel__Endpoints__Http__Url": "http://localhost:5001",
"EVENT2": "http://localhost:5002/submodels/aHR0cHM6Ly9pNGQuZGUvVC8zMjA5NTEwL3N1Ym1vZGVsL05hbWVwbGF0ZS9yZWNlaXZlcg/events/EventElement1",
"AASX_MQTT": "1",
"REGISTRYOFREGISTRY": "https://plugfest3.aas-voyager.com/registry-descriptors",
"GRAPHQL": "True",
"TOKENEXCHANGE1": "https://iam-security-training.com/consumer/sts",
"TOKENEXCHANGE2": "https://iam-security-training.com/provider/sts",
"TOKENEXCHANGE_AUDIENCE": "fa3st",
"TRUST_LIST": "https://iam-security-training.com/trustlist/trustlist.xml",
"TRUST_LIIST_PUBLIC_KEY": "https://iam-security-training.com/trustlist/publickey.pem"
},
"applicationUrl": "http://localhost:5001",
"jsWebView2Debugging": true
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:56189",
"sslPort": 0
}
}
}