-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlaunchSettings.json
More file actions
32 lines (32 loc) · 905 Bytes
/
launchSettings.json
File metadata and controls
32 lines (32 loc) · 905 Bytes
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
{
"profiles": {
"PWMSBackend": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"SENDGRID_API_KEY": "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"
},
"applicationUrl": "https://localhost:7102;http://localhost:5219",
"dotnetRunMessages": true
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:6254",
"sslPort": 44366
}
}
}