Files
hangfire-ravendb/samples/Hangfire.Raven.Samples.AspNetCore/appsettings.Development.json
T

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"
}
}