1
0
Files
HangfireExample/HangfireExample.WebService/appsettings.json
2024-03-12 11:57:08 +08:00

14 lines
241 B
JSON

{
"ConnectionStrings": {
"Hangfire": "HangfireExample.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"DashboardRoot": "/hangfire"
}