We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e6919 commit e020079Copy full SHA for e020079
ReportingModule/Properties/launchSettings.json
@@ -9,13 +9,12 @@
9
}
10
},
11
"ReportingModule": {
12
- "commandName": "Project",
13
- "launchBrowser": true,
14
- "launchUrl": "api/Report/get",
15
- "applicationUrl": "https://localhost:5115;http://localhost:5000",
16
- "environmentVariables": {
17
- "ASPNETCORE_ENVIRONMENT": "Development"
18
- }
+ "commandName": "Project",
+ "launchBrowser": true,
+ "launchUrl": "api/Report/get",
+ "applicationUrl": "https://localhost:5115;http://localhost:5000",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
19
20
21
-}
+}
0 commit comments