launchSettings.json 401 B

1234567891011121314
  1. {
  2. "$schema": "http://json.schemastore.org/launchsettings.json",
  3. "profiles": {
  4. "https": {
  5. "commandName": "Project",
  6. "dotnetRunMessages": true,
  7. "launchBrowser": true,
  8. "applicationUrl": "https://localhost:7136;http://localhost:5064",
  9. "environmentVariables": {
  10. "ASPNETCORE_ENVIRONMENT": "Development"
  11. }
  12. }
  13. }
  14. }