| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:58409/",
- "sslPort": 0
- }
- },
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- //"launchUrl": "api/info",
- "launchUrl": "swagger",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "DingDingDemo(Dev)": {
- "commandName": "Project",
- "launchBrowser": false,
- "launchUrl": "api/info",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "http://localhost:58410/"
- },
- "DingDingDemo(Prod)": {
- "commandName": "Project",
- "launchBrowser": false,
- "launchUrl": "api/info",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Production"
- },
- "applicationUrl": "http://localhost:58410/"
- }
- }
- }
|