{ "Serilog": { "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ], "MinimumLevel": { "Default": "Debug", "Override": { "Microsoft": "Information", "Volo.Abp": "Information", "Hangfire": "Information", "DotNetCore.CAP": "Information", "Serilog.AspNetCore": "Information", "Microsoft.EntityFrameworkCore": "Warning", "Microsoft.AspNetCore": "Information" } }, "WriteTo": [ { "Name": "Console" }, { "Name": "File", "Args": { "path": "logs/logs-.txt", "rollingInterval": "Day" } } ] }, "App": { "SelfUrl": "http://localhost:44315", "CorsOrigins": "https://*.AbpPro.com,http://localhost:4200,http://localhost:3100" }, "ConnectionStrings": { "Default": "Data Source=43.139.143.143;Port=3306;Database=tenantdb;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" }, "Hangfire": { "Redis": { "Host": "43.139.143.143:6379,password=1q2w3E*", "DB": "2" } }, "Redis": { "Configuration": "43.139.143.143:6379,password=1q2w3E*,defaultdatabase=5" }, "Jwt": { "Audience": "Lion.AbpPro", "SecurityKey": "dzehzRz9a8asdfasfdadfasdfasdfafsdadfasbasdf=", "Issuer": "Lion.AbpPro", "ExpirationTime": 2 }, "Cap": { "Enabled": true, "RabbitMq": { "HostName": "43.139.143.143", "UserName": "admin", "Password": "1q2w3E*", "Port": 5672 } }, "ElasticSearch": { "Enabled": false, "Url": "http://es.cn", "IndexFormat": "Lion.AbpPro.development.{0:yyyy.MM.dd}", "UserName": "elastic", "Password": "aVVhjQ95RP7nbwNy", "SearchIndexFormat": "Lion.AbpPro.development*" }, "Consul": { "Enabled": false, "Host": "http://localhost:8500", "Service": "LionAbpPro-Service" }, "MiniProfiler": { "Enabled": false } }