launchSettings.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "profiles": {
  3. "http": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "launchUrl": "swagger",
  7. "environmentVariables2": {
  8. "ASPNETCORE_ENVIRONMENT": "Development",
  9. "EndPoint": "bj2",
  10. "NtfyServer": "https://ntfy.yunhui800.com/5Sq9BytXXM5WDY3G",
  11. "ANPush": "",
  12. "QYWeixinPush": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=6e745143-62b1-4d33-a85f-9a76e6c2c239",
  13. "DBType": "MySQL",
  14. "DBConfig": "Server=rm-2ze74506m3gfsqe7mco.rwlb.rds.aliyuncs.com; Port=3306; Database=coupon; Uid=coupon; Pwd=67ktWBmw5G4yMs4J;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60;",
  15. "RedisConfig": "101.200.46.46:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=webhook",
  16. "CenterDB": "",
  17. "CenterRedis": ""
  18. },
  19. "environmentVariables": {
  20. "ASPNETCORE_ENVIRONMENT": "Development",
  21. "EndPoint": "bj",
  22. "NtfyServer": "https://ntfy.yunhui800.com/5Sq9BytXXM5WDY3G",
  23. "QYWeixinPush": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=6e745143-62b1-4d33-a85f-9a76e6c2c239",
  24. "ANPush": "",
  25. "DBType": "MySQL",
  26. "DBConfig": "Server=rm-2zey1jqxnoqy9mcc0uo.rwlb.rds.aliyuncs.com; Port=3306; Database=taoke; Uid=taoke; Pwd=67ktWBmw5G4yMs4J;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60",
  27. "RedisConfig": "101.200.46.46:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=webhook",
  28. "CenterDB": "",
  29. "CenterRedis": ""
  30. },
  31. "environmentVariables6": {
  32. "ASPNETCORE_ENVIRONMENT": "Development",
  33. "EndPoint": "bj5",
  34. "NtfyServer": "https://ntfy.yunhui800.com/5Sq9BytXXM5WDY3G",
  35. "QYWeixinPush": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=6e745143-62b1-4d33-a85f-9a76e6c2c239",
  36. "ANPush": "",
  37. "DBType": "MySQL",
  38. "DBConfig": "Server=49.7.231.136; Port=3306; Database=taoke; Uid=taoke; Pwd=btJ2h2TwFPka8hi2;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60;",
  39. "RedisConfig": "49.7.231.136:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=webhook",
  40. "CenterDB": "",
  41. "CenterRedis": ""
  42. },
  43. "environmentVariables1": {
  44. "ASPNETCORE_ENVIRONMENT": "Development",
  45. "EndPoint": "cadmin",
  46. "NtfyServer": "https://ntfy.yunhui800.com/5Sq9BytXXM5WDY3G",
  47. "QYWeixinPush": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=6e745143-62b1-4d33-a85f-9a76e6c2c239",
  48. "ANPush": "",
  49. "DBType": "MySQL",
  50. "DBConfig": "Server=rm-2ze74506m3gfsqe7mco.rwlb.rds.aliyuncs.com; Port=3306; Database=coupon; Uid=coupon; Pwd=67ktWBmw5G4yMs4J;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60;",
  51. "RedisConfig": "8.140.49.136:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=coupon",
  52. "CenterDB": "Server=rm-2zey1jqxnoqy9mcc0zo.rwlb.rds.aliyuncs.com; Port=3306; Database=taoke; Uid=taoke; Pwd=67ktWBmw5G4yMs4J;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60",
  53. "CenterRedis": "101.200.46.46:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=webhook"
  54. },
  55. "dotnetRunMessages": true,
  56. "applicationUrl": "http://localhost:8186"
  57. },
  58. "https": {
  59. "commandName": "Project",
  60. "launchBrowser": true,
  61. "launchUrl": "swagger",
  62. "environmentVariables": {
  63. "ASPNETCORE_ENVIRONMENT": "Development"
  64. },
  65. "dotnetRunMessages": true,
  66. "applicationUrl": "https://localhost:7159;http://localhost:8186"
  67. },
  68. "IIS Express": {
  69. "commandName": "IISExpress",
  70. "launchBrowser": true,
  71. "launchUrl": "swagger",
  72. "environmentVariables": {
  73. "ASPNETCORE_ENVIRONMENT": "Development"
  74. }
  75. },
  76. "Docker": {
  77. "commandName": "Docker",
  78. "launchBrowser": true,
  79. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
  80. "publishAllPorts": true,
  81. "useSSL": true
  82. }
  83. },
  84. "$schema": "http://json.schemastore.org/launchsettings.json",
  85. "iisSettings": {
  86. "windowsAuthentication": false,
  87. "anonymousAuthentication": true,
  88. "iisExpress": {
  89. "applicationUrl": "http://localhost:16009",
  90. "sslPort": 44353
  91. }
  92. }
  93. }