launchSettings.json 2.6 KB

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