launchSettings.json 1.7 KB

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