launchSettings.json 4.4 KB

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