launchSettings.json 2.7 KB

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