BREAKING: Cleanup RabbitMQ env vars, and Github Pat

This commit is contained in:
iPromKnight
2024-02-28 12:57:55 +00:00
parent 9f35605e59
commit 1b9a01c677
17 changed files with 136 additions and 97 deletions

View File

@@ -16,8 +16,10 @@ global using Npgsql;
global using Quartz;
global using Producer.Crawlers;
global using Producer.Crawlers.Sites;
global using Producer.Extensions;
global using Producer.Interfaces;
global using Producer.Jobs;
global using Producer.Models;
global using Producer.Models.Configuration;
global using Producer.Services;
global using Serilog;