这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

113 lines
2.9 KiB

{
"AgileConfig": {
"env": "DEV",
"appId": "LINGYUN.Abp.ApiGateway",
"secret": "1q2w3E*",
"nodes": "http://localhost:5000",
"name": "ApiGateway",
"tag": "ApiGateway"
},
"EnabledDynamicOcelot": true,
"ApiGateway": {
"AppId": "TEST-APP",
"DownstreamOpenApis": [
{
"Name": "ApiGateway Admin API",
"EndPoint": "/apigateway-admin/v1/swagger.json"
},
{
"Name": "Backend Admin API",
"EndPoint": "/admin/v1/swagger.json"
},
{
"Name": "Platform API",
"EndPoint": "/platform/v1/swagger.json"
},
{
"Name": "Localization API",
"EndPoint": "/localization/v1/swagger.json"
},
{
"Name": "Messages API",
"EndPoint": "/messages/v1/swagger.json"
},
{
"Name": "IdentityServer Admin API",
"EndPoint": "/ids-admin/v1/swagger.json"
}
]
},
"Redis": {
"Configuration": "localhost,defaultDatabase=10",
"InstanceName": "LINGYUN.Abp.Application"
},
"RemoteServices": {
"ApiGateway": {
"BaseUrl": "http://localhost:30001/",
"IdentityClient": "ApigatewayHostClient"
}
},
"IdentityClients": {
"ApigatewayHostClient": {
"Authority": "http://localhost:44385",
"RequireHttps": false,
"GrantType": "client_credentials",
"ClientId": "ApigatewayHostClient",
"ClientSecret": "1q2w3e*",
"Scope": "lingyun-abp-application"
}
},
"CAP": {
"Abp": {
"NotifyFailedCallback": true,
"CleanUpExpiresMessageBatch": 1000,
"CleanUpExpiresMessageInterval": 3600000
},
"EventBus": {
"DefaultGroupName": "ApiGateway-Host",
"Version": "v1",
"FailedRetryInterval": 300,
"FailedRetryCount": 10
},
"RabbitMQ": {
"HostName": "localhost",
"Port": 5672,
"UserName": "guest",
"Password": "guest",
"ExchangeName": "LINGYUN.ApiGateway",
"VirtualHost": "/"
}
},
"AuthServer": {
"Authority": "http://localhost:44385/",
"ApiName": "lingyun-abp-application"
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"System": "Warning",
"Microsoft": "Warning",
"DotNetCore": "Debug"
}
},
"WriteTo": [
{
"Name": "Console",
"Args": {
"restrictedToMinimumLevel": "Debug",
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss} [{Level:u3}] [{SourceContext}] [{ProcessId}] [{ThreadId}] - {Message:lj}{NewLine}{Exception}"
}
},
{
"Name": "Elasticsearch",
"Args": {
"nodeUris": "http://localhost:9200",
"indexFormat": "abp.dev.logging-{0:yyyy.MM.dd}",
"autoRegisterTemplate": true,
"autoRegisterTemplateVersion": "ESv7"
}
}
]
}
}