12345678910111213141516171819202122232425262728293031 |
- {
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": false,
- "iisExpress": {
- "applicationUrl": "http://localhost:5500",
- "sslPort": 0
- }
- },
- "$schema": "http://json.schemastore.org/launchsettings.json",
- "profiles": {
- "console": {
- "commandName": "Project",
- "launchBrowser": true,
- "launchUrl": "api/values",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "https://localhost:5501;http://localhost:5500"
- },
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "launchUrl": "api/values",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
- }
|