launchSettings.json 3.2 KB

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