| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "RemoteServices": {
- "Default": {
- "BaseUrl": "http://localhost:62162/"
- }
- },
- "App": {
- "CorsOrigins": "http://localhost:9527/"
- },
- "ConnectionStrings": {
- "Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;Allow User Variables=True;sslMode=None;"
- },
- "Redis": {
- "Configuration": "192.168.1.191"
- },
- "ElasticSearch": {
- "Url": "http://localhost:9200"
- },
- "AuthServer": {
- "Authority": "http://localhost:53362"
- },
- "Routes": [
- {
- "DownstreamPathTemplate": "/api/abp/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "localhost",
- "Port": 55389
- }
- ],
- "UpstreamPathTemplate": "/api/abp/{everything}",
- "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
- },
- {
- "DownstreamPathTemplate": "/api/identity/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "localhost",
- "Port": 55389
- }
- ],
- "UpstreamPathTemplate": "/api/identity/{everything}",
- "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
- },
- {
- "DownstreamPathTemplate": "/api/account/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "localhost",
- "Port": 55389
- }
- ],
- "UpstreamPathTemplate": "/api/account/{everything}",
- "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
- },
- {
- "DownstreamPathTemplate": "/api/base/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "localhost",
- "Port": 55389
- }
- ],
- "UpstreamPathTemplate": "/api/base/{everything}",
- "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
- },
- {
- "DownstreamPathTemplate": "/api/multi-tenancy/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "localhost",
- "Port": 55389
- }
- ],
- "UpstreamPathTemplate": "/api/multi-tenancy/{everything}",
- "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
- },
- {
- "DownstreamPathTemplate": "/api/permission-management/permissions",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "localhost",
- "Port": 55389
- }
- ],
- "UpstreamPathTemplate": "/api/permission-management/permissions",
- "UpstreamHttpMethod": [ "Put", "Get" ]
- },
- {
- "DownstreamPathTemplate": "/api/business/{everything}",
- "DownstreamScheme": "http",
- "DownstreamHostAndPorts": [
- {
- "Host": "localhost",
- "Port": 51186
- }
- ],
- "UpstreamPathTemplate": "/api/business/{everything}",
- "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ]
- }
- ]
- }
|