| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "iisSettings": {
- "windowsAuthentication": true,
- "anonymousAuthentication": true,
- "iis": {
- "applicationUrl": "http://localhost/TVShoppingCallCenter_ZLJ",
- "sslPort": 0
- },
- "iisExpress": {
- "applicationUrl": "http://localhost:58162",
- "sslPort": 0
- }
- },
- "$schema": "http://json.schemastore.org/launchsettings.json",
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "launchUrl": "api/info",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "TVShoppingCallCenter_ZLJ": {
- "commandName": "Project",
- "launchBrowser": true,
- "launchUrl": "api/info",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "https://localhost:5001"
- }
- }
- }
|