Browse Source

update appsettings.json

pull/219/head
cKey 5 years ago
parent
commit
515ef51739
  1. 2
      aspnet-core/configuration/account/AuthServer.Host/appsettings.Development.json
  2. 8
      aspnet-core/configuration/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json

2
aspnet-core/configuration/account/AuthServer.Host/appsettings.Development.json

@ -84,7 +84,7 @@
"ClientId": "vue-admin-element"
},
"AuthApiGateway": {
"ClientId": "apigateway-host-client"
"ClientId": "ApigatewayHostClient"
}
}
},

8
aspnet-core/configuration/platform/LINGYUN.Platform.HttpApi.Host/appsettings.Development.json

@ -15,6 +15,14 @@
"AbpSettingManagement": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456",
"AbpPermissionManagement": "Server=127.0.0.1;Database=Platform;User Id=colin;Password=123456"
},
"Features": {
"Validation": {
"Redis": {
"Configuration": "127.0.0.1,defaultDatabase=11",
"InstanceName": "LINGYUN.Abp.Application"
}
}
},
"CAP": {
"EventBus": {
"DefaultGroup": "Platform",

Loading…
Cancel
Save