16 lines
416 B
JSON
16 lines
416 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"RavenDebug": "URL=http://localhost:9090;Database=HangfireAspNetCore",
|
|
"RavenDebugUrl": "http://localhost:9090",
|
|
"RavenDebugDatabase": "HangfireAspNetCore"
|
|
}
|
|
}
|