launchSettings.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "profiles": {
  3. "http": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "launchUrl": "swagger",
  7. "environmentVariable2s": {
  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. "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-2ze49fcn8e28e6gzu3o.rwlb.rds.aliyuncs.com; Port=3306; Database=taoke; Uid=taoke; Pwd=67ktWBmw5G4yMs4J;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60",
  27. "RedisConfig": "101.200.152.61:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=webhook",
  28. "CenterDB": "",
  29. "CenterRedis": ""
  30. },
  31. "environmentVariables1": {
  32. "ASPNETCORE_ENVIRONMENT": "Development",
  33. "EndPoint": "cadmin",
  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=rm-2ze49fcn8e28e6gzu3o.rwlb.rds.aliyuncs.com; Port=3306; Database=coupon; Uid=coupon; Pwd=67ktWBmw5G4yMs4J;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60;",
  39. "RedisConfig": "8.140.49.136:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=coupon",
  40. "CenterDB": "Server=rm-2ze49fcn8e28e6gzu3o.rwlb.rds.aliyuncs.com; Port=3306; Database=taoke; Uid=taoke; Pwd=67ktWBmw5G4yMs4J;SslMode=None;CharSet=utf8mb4;ConnectionTimeout=60",
  41. "CenterRedis": "101.200.152.61:6379,password=pKBiS4ka2IpXayIdcx00,defaultDatabase=0,idleTimeout=20000,preheat=3,tryit=2,ssl=false,prefix=webhook"
  42. },
  43. "dotnetRunMessages": true,
  44. "applicationUrl": "http://localhost:8186"
  45. },
  46. "https": {
  47. "commandName": "Project",
  48. "launchBrowser": true,
  49. "launchUrl": "swagger",
  50. "environmentVariables": {
  51. "ASPNETCORE_ENVIRONMENT": "Development"
  52. },
  53. "dotnetRunMessages": true,
  54. "applicationUrl": "https://localhost:7159;http://localhost:8186"
  55. },
  56. "IIS Express": {
  57. "commandName": "IISExpress",
  58. "launchBrowser": true,
  59. "launchUrl": "swagger",
  60. "environmentVariables": {
  61. "ASPNETCORE_ENVIRONMENT": "Development"
  62. }
  63. },
  64. "Docker": {
  65. "commandName": "Docker",
  66. "launchBrowser": true,
  67. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
  68. "publishAllPorts": true,
  69. "useSSL": true
  70. }
  71. },
  72. "$schema": "http://json.schemastore.org/launchsettings.json",
  73. "iisSettings": {
  74. "windowsAuthentication": false,
  75. "anonymousAuthentication": true,
  76. "iisExpress": {
  77. "applicationUrl": "http://localhost:16009",
  78. "sslPort": 44353
  79. }
  80. }
  81. }