appsettings.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "RemoteServices": {
  3. "Default": {
  4. "BaseUrl": "http://localhost:62162/"
  5. }
  6. },
  7. "App": {
  8. "CorsOrigins": "http://localhost:9527/"
  9. },
  10. "ConnectionStrings": {
  11. "Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;Allow User Variables=True;sslMode=None;"
  12. },
  13. "Redis": {
  14. "Configuration": "192.168.1.191"
  15. },
  16. "ElasticSearch": {
  17. "Url": "http://localhost:9200"
  18. },
  19. "AuthServer": {
  20. "Authority": "http://localhost:53362"
  21. },
  22. "Routes": [
  23. {
  24. "DownstreamPathTemplate": "/api/abp/{everything}",
  25. "DownstreamScheme": "http",
  26. "DownstreamHostAndPorts": [
  27. {
  28. "Host": "localhost",
  29. "Port": 55389
  30. }
  31. ],
  32. "UpstreamPathTemplate": "/api/abp/{everything}",
  33. "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
  34. },
  35. {
  36. "DownstreamPathTemplate": "/api/identity/{everything}",
  37. "DownstreamScheme": "http",
  38. "DownstreamHostAndPorts": [
  39. {
  40. "Host": "localhost",
  41. "Port": 55389
  42. }
  43. ],
  44. "UpstreamPathTemplate": "/api/identity/{everything}",
  45. "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
  46. },
  47. {
  48. "DownstreamPathTemplate": "/api/account/{everything}",
  49. "DownstreamScheme": "http",
  50. "DownstreamHostAndPorts": [
  51. {
  52. "Host": "localhost",
  53. "Port": 55389
  54. }
  55. ],
  56. "UpstreamPathTemplate": "/api/account/{everything}",
  57. "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
  58. },
  59. {
  60. "DownstreamPathTemplate": "/api/base/{everything}",
  61. "DownstreamScheme": "http",
  62. "DownstreamHostAndPorts": [
  63. {
  64. "Host": "localhost",
  65. "Port": 55389
  66. }
  67. ],
  68. "UpstreamPathTemplate": "/api/base/{everything}",
  69. "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
  70. },
  71. {
  72. "DownstreamPathTemplate": "/api/multi-tenancy/{everything}",
  73. "DownstreamScheme": "http",
  74. "DownstreamHostAndPorts": [
  75. {
  76. "Host": "localhost",
  77. "Port": 55389
  78. }
  79. ],
  80. "UpstreamPathTemplate": "/api/multi-tenancy/{everything}",
  81. "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
  82. },
  83. {
  84. "DownstreamPathTemplate": "/api/permission-management/permissions",
  85. "DownstreamScheme": "http",
  86. "DownstreamHostAndPorts": [
  87. {
  88. "Host": "localhost",
  89. "Port": 55389
  90. }
  91. ],
  92. "UpstreamPathTemplate": "/api/permission-management/permissions",
  93. "UpstreamHttpMethod": [ "Put", "Get" ]
  94. },
  95. {
  96. "DownstreamPathTemplate": "/api/business/{everything}",
  97. "DownstreamScheme": "http",
  98. "DownstreamHostAndPorts": [
  99. {
  100. "Host": "localhost",
  101. "Port": 51186
  102. }
  103. ],
  104. "UpstreamPathTemplate": "/api/business/{everything}",
  105. "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
  106. }
  107. ]
  108. }