平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
401 B

  1. {
  2. "$schema": "http://json.schemastore.org/launchsettings.json",
  3. "profiles": {
  4. "SafeCampus.Web.Entry": {
  5. "commandName": "Project",
  6. "dotnetRunMessages": true,
  7. "launchBrowser": true,
  8. "launchUrl": "http://localhost:5566",
  9. "applicationUrl": "http://localhost:5566",
  10. "environmentVariables": {
  11. "ASPNETCORE_ENVIRONMENT": "Development"
  12. }
  13. }
  14. }
  15. }