2018-11-02 21:04:49 +00:00
{
2018-12-14 03:52:14 +00:00
"Kestrel" : {
"EndPoints" : {
"Http" : {
"Url" : "http://192.168.1.177:5123/"
}
}
} ,
"Serilog" : {
2019-08-03 22:59:20 +00:00
"Using" : [ "Serilog.Sinks.Console" , "Serilog.Sinks.RollingFileAlternate" , "Serilog.Sinks.LiteDB" ] ,
2018-12-14 03:52:14 +00:00
"MinimumLevel" : {
"Default" : "Verbose" ,
"Override" : {
"System" : "Warning" ,
"Microsoft.AspNetCore" : "Warning" ,
2019-08-04 04:36:36 +00:00
"Microsoft.EntityFrameworkCore" : "Warning"
2018-12-14 03:52:14 +00:00
}
} ,
"WriteTo" : [
{
"Name" : "Console" ,
"Args" : {
"theme" : "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Code, Serilog.Sinks.Console" ,
2019-08-07 15:28:51 +00:00
"restrictedToMinimumLevel" : "Verbose"
2019-08-03 22:59:20 +00:00
}
} ,
{
"Name" : "LiteDB" ,
"Args" : {
2019-11-28 17:38:26 +00:00
"databaseUrl" : "logs\\logs.litedb" ,
2018-12-14 03:52:14 +00:00
"restrictedToMinimumLevel" : "Verbose"
}
} ,
{
"Name" : "RollingFileAlternate" ,
"Args" : {
2019-08-03 22:59:20 +00:00
"minimumLevel" : "Verbose" ,
2018-12-14 03:52:14 +00:00
"logDirectory" : "logs" ,
"fileSizeLimitBytes" : 26214400 ,
2019-08-03 22:59:20 +00:00
"retainedFileCountLimit" : 30 ,
2018-12-14 03:52:14 +00:00
"buffered" : true
}
}
] ,
"Enrich" : [ "FromLogContext" , "WithMachineName" , "WithThreadId" , "WithExceptionDetails" ] ,
"Properties" : {
"Application" : "Roadie API"
}
} ,
"Tokens" : {
"PrivateKey" : "!1232bcdb4bebc80a0d080883d6deefuxlsh8bfc920c2a8cskeuxd8349sk412aa785662e594b4df48cb46aa3c652b40b3#" ,
"PublicKey" : "91i4874y24134E50sz7dges68AB08" ,
"Lifetime" : "86400" ,
"Issuer" : "http://localhost:5123" ,
"Audience" : "http://localhost:5500"
} ,
"ConnectionStrings" : {
2019-05-14 20:20:09 +00:00
"RoadieDatabaseConnection" : "server=viking;userid=roadie;password=MenAtW0rk668;persistsecurityinfo=True;database=roadie_dev;ConvertZeroDateTime=true;Max Pool Size=200;default command timeout=180;"
2018-12-14 03:52:14 +00:00
} ,
2019-11-21 14:44:05 +00:00
"CORSOrigins" : "http://localhost:4200|http://localhost:8080|https://localhost:8080|http://localhost:80|https://localhost:80" ,
2018-12-14 03:52:14 +00:00
"RoadieSettings" : {
2019-11-28 17:38:26 +00:00
"DbContextToUse" : "MySQL" ,
2019-11-21 14:44:05 +00:00
"SiteName" : "Roadie Dev" ,
"InboundFolder" : "C:\\\\roadie_dev_root\\\\inbound" ,
"LibraryFolder" : "C:\\\\roadie_dev_root\\\\library" ,
2019-09-05 02:04:20 +00:00
"Dlna" : {
2019-09-23 22:31:27 +00:00
"IsEnabled" : false
2019-09-05 02:04:20 +00:00
} ,
2018-12-14 03:52:14 +00:00
"Processing" : {
2019-11-21 14:44:05 +00:00
"RemoveStringsRegex" : "\\b[0-9]+\\s#\\s\\b"
2018-11-02 21:04:49 +00:00
}
}
2018-12-14 03:52:14 +00:00
}