12345678910111213141516171819202122232425262728 |
- {
- "profiles": {
- "WMS.BZWeb": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "dotnetRunMessages": true,
- "applicationUrl": "http://127.0.0.1:8086",
- "hotReloadEnabled": false
- },
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- },
- "iisSettings": {
- "windowsAuthentication": true,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://127.0.0.1:8086",
- "sslPort": 0
- }
- }
- }
|