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.
47 lines
1.1 KiB
47 lines
1.1 KiB
{
|
|
"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"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "User ID=postgres;Password=1q2w3E*;Host=localhost;Port=5432;Database=LionAbpProDb;"
|
|
},
|
|
"Swagger": {
|
|
"Enabled": true
|
|
},
|
|
"Jwt": {
|
|
"Audience": "Lion.AbpPro.BasicManagement",
|
|
"SecurityKey": "dzehzRz9a8asdfasfdadfasdfasdfafsdadfasbasdf=",
|
|
"Issuer": "Lion.AbpPro",
|
|
"ExpirationTime": 30
|
|
}
|
|
}
|