launchSettings.json 559 B

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