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.
76 lines
2.4 KiB
76 lines
2.4 KiB
{
|
|
"AgileConfig": {
|
|
"IsEnabled": false,
|
|
"env": "DEV",
|
|
"appId": "LY.MicroService.Internal.Gateway",
|
|
"secret": "1q2w3E*",
|
|
"nodes": "http://127.0.0.1:5000",
|
|
"name": "BackendAdmin",
|
|
"tag": "BackendAdmin"
|
|
},
|
|
"App": {
|
|
"CorsOrigins": "http://127.0.0.1:3100",
|
|
"ShowPii": true
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
|
|
"AbpIdentity": "Server=127.0.0.1;Database=IdentityServer-v70;User Id=root;Password=123456",
|
|
"AbpIdentityServer": "Server=127.0.0.1;Database=IdentityServer-v70;User Id=root;Password=123456",
|
|
"AbpSaas": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
|
|
"AbpSettingManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
|
|
"AbpFeatureManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
|
|
"AbpPermissionManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
|
|
"AbpLocalizationManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
|
|
"AbpTextTemplating": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "http://auth-server:44385/",
|
|
"Audience": "lingyun-abp-application",
|
|
"MapInboundClaims": false,
|
|
"RequireHttpsMetadata": false
|
|
},
|
|
"Logging": {
|
|
"Serilog": {
|
|
"Elasticsearch": {
|
|
"IndexFormat": "abp.dev.logging-{0:yyyy.MM.dd}"
|
|
}
|
|
}
|
|
},
|
|
"AuditLogging": {
|
|
"Elasticsearch": {
|
|
"IndexPrefix": "abp.dev.auditing"
|
|
}
|
|
},
|
|
"Elasticsearch": {
|
|
"NodeUris": "http://127.0.0.1:9200"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"System": "Debug",
|
|
"Microsoft": "Debug",
|
|
"DotNetCore": "Warning",
|
|
"Yarp.ReverseProxy": "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://127.0.0.1:9200",
|
|
"indexFormat": "abp.dev.logging-{0:yyyy.MM.dd}",
|
|
"autoRegisterTemplate": true,
|
|
"autoRegisterTemplateVersion": "ESv7"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|