Browse Source

append the Redis node configuration with the missing in api gateway

pull/70/head
cKey 5 years ago
parent
commit
5d0443e706
  1. 5
      aspnet-core/configuration/apigateway/LINGYUN.ApiGateway.Host/appsettings.Development.json

5
aspnet-core/configuration/apigateway/LINGYUN.ApiGateway.Host/appsettings.Development.json

@ -2,6 +2,11 @@
"ApiGateway": {
"AppId": "TEST-APP"//OcelotAPI,
},
"Redis": {
"Configuration": "127.0.0.1",
"InstanceName": "LINGYUN.AbpApplication",
"DefaultDatabase": 10
},
"RemoteServices": {
"ApiGateway": {
"BaseUrl": "http://localhost:30001/",//Ocelot Api,Volo.Abp.HttpClient

Loading…
Cancel
Save