| 12345678910111213141516171819202122 |
- {
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true
- },
- "profiles": {
- "NemAnCore": {
- "commandName": "Project",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "Docker": {
- "commandName": "Docker",
- "launchBrowser": true,
- "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
- "publishAllPorts": true,
- "useSSL": true
- }
- }
- }
|