| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "AuthServer": {
- "Authority": "http://localhost:53362",
- "ApiName": "InternalGateway"
- },
- "ConnectionStrings": {
- "Default": "Server=123.60.180.165;Database=dopbiz;Uid=root; Pwd=5heng=uN;Allow User Variables=True;sslMode=None;"
- },
- "ElasticSearch": {
- "Url": "http://localhost:9200"
- },
- "Redis": {
- "Configuration": "127.0.0.1"
- },
- "GlobalConfiguration": {
- "BaseUrl": "http://localhost:59682"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*",
- "Routes": [
- {
- "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" ]
- }
- ]
- }
|