Engincan VESKE
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docs/en/Community-Articles/2025-06-20-Using-Hangfire-Dashboard-in-ABP-API-website/POST.md
|
|
|
@ -18,7 +18,7 @@ Now let's add the Hangfire Dashboard to the `API` project and configure it to us |
|
|
|
|
|
|
|
## Adding a New Hangfire Application 🔧 |
|
|
|
|
|
|
|
We need to add a new Hangfire application to the `appsettings.json` file in the `AuthServer` project. |
|
|
|
We need to add a new Hangfire application to the `appsettings.json` file in the `DbMigrator` project: |
|
|
|
|
|
|
|
> **Note:** Replace `44371` with your `API` project's port. |
|
|
|
|
|
|
|
@ -247,4 +247,4 @@ app.Use(async (httpContext, next) => |
|
|
|
## References 📚 |
|
|
|
|
|
|
|
- [ABP Hangfire Background Job Manager](https://abp.io/docs/latest/framework/infrastructure/background-jobs/hangfire) |
|
|
|
- [Use cookie authentication in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie?view=aspnetcore-9.0) |
|
|
|
- [Use cookie authentication in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie?view=aspnetcore-9.0) |
|
|
|
|