launchSettings.json 527 B

12345678910111213141516171819202122
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iis": {
  6. "applicationUrl": "http://localhost/CCS",
  7. "sslPort": 0
  8. }
  9. },
  10. "$schema": "http://json.schemastore.org/launchsettings.json",
  11. "profiles": {
  12. "IMCS_CCS": {
  13. "commandName": "Project",
  14. "launchBrowser": true,
  15. "environmentVariables": {
  16. "ASPNETCORE_ENVIRONMENT": "Development"
  17. },
  18. "dotnetRunMessages": "true",
  19. "applicationUrl": "http://localhost:8089"
  20. }
  21. }
  22. }