12345678910111213141516171819202122232425262728293031 |
- {
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iis": {
- "applicationUrl": "http://localhost/CZKJ.GBRS2.Web",
- "sslPort": 0
- },
- "iisExpress": {
- "applicationUrl": "http://localhost:51573/",
- "sslPort": 0
- }
- },
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "CZKJ.GBRS2.Web": {
- "commandName": "Project",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "http://localhost:51267/"
- }
- }
- }
|