launchSettings.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "profiles": {
  3. "http": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "launchUrl": "swagger",
  7. "environmentVariables": {
  8. "ASPNETCORE_ENVIRONMENT": "Development",
  9. "EndPoint": "gz",
  10. "NtfyServer": "https://ntfy.yunhui800.com/5Sq9BytXXM5WDY3G",
  11. "ANPush": "",
  12. "DBType": "MySQL",
  13. "DBConfig": "Server=rm-2zef2t13aq33dha43vo.mysql.rds.aliyuncs.com; Port=3306; Database=taoke; Uid=taoke; Pwd=67ktWBmw5G4yMs4J;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60",
  14. "RedisConfig": "101.200.46.46:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=webhook"
  15. },
  16. "dotnetRunMessages": true,
  17. "applicationUrl": "http://localhost:8186"
  18. },
  19. "https": {
  20. "commandName": "Project",
  21. "launchBrowser": true,
  22. "launchUrl": "swagger",
  23. "environmentVariables": {
  24. "ASPNETCORE_ENVIRONMENT": "Development"
  25. },
  26. "dotnetRunMessages": true,
  27. "applicationUrl": "https://localhost:7159;http://localhost:8186"
  28. },
  29. "IIS Express": {
  30. "commandName": "IISExpress",
  31. "launchBrowser": true,
  32. "launchUrl": "swagger",
  33. "environmentVariables": {
  34. "ASPNETCORE_ENVIRONMENT": "Development"
  35. }
  36. },
  37. "Docker": {
  38. "commandName": "Docker",
  39. "launchBrowser": true,
  40. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
  41. "publishAllPorts": true,
  42. "useSSL": true
  43. }
  44. },
  45. "$schema": "http://json.schemastore.org/launchsettings.json",
  46. "iisSettings": {
  47. "windowsAuthentication": false,
  48. "anonymousAuthentication": true,
  49. "iisExpress": {
  50. "applicationUrl": "http://localhost:16009",
  51. "sslPort": 44353
  52. }
  53. }
  54. }