1234567891011121314151617181920212223242526272829 |
- {
- //"iisSettings": {
- // "windowsAuthentication": false,
- // "anonymousAuthentication": true,
- // "iisExpress": {
- // "applicationUrl": "http://localhost:50344/",
- // "sslPort": 0
- // }
- //},
- "profiles": {
- //"IIS Express": {
- // "commandName": "IISExpress",
- // "launchBrowser": true,
- // "launchUrl": "api/values",
- // "environmentVariables": {
- // "ASPNETCORE_ENVIRONMENT": "Development"
- // }
- //},
- "YDSP.Core": {
- "commandName": "Project",
- "launchBrowser": false,
- //"launchUrl": "api/values",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "http://192.168.31.150:5000/"
- }
- }
- }
|