14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"Hangfire": "HangfireExample.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DashboardRoot": "/hangfire"
|
|
}
|