12345678910111213141516171819202122232425262728293031 |
- {
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iis": {
- "applicationUrl": "http://localhost/SupplierWeb",
- "sslPort": 0
- },
- "iisExpress": {
- "applicationUrl": "http://localhost:57251/",
- "sslPort": 0
- }
- },
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "SupplierWeb": {
- "commandName": "Project",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "http://localhost:57252/"
- }
- }
- }
|