1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

s This is a combination of 7 commits.

This is the 1st commit message:
This commit is contained in:
RaidMax
2022-01-27 10:14:38 -06:00
parent 7986b2c0a0
commit 03fe013051
3 changed files with 31 additions and 5 deletions

View File

@ -331,6 +331,9 @@ namespace IW4MAdmin.Application
/// </summary>
private static IServiceCollection ConfigureServices(string[] args)
{
// todo: this is a quick fix
AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);
// setup the static resources (config/master api/translations)
var serviceCollection = new ServiceCollection();
var appConfigHandler = new BaseConfigurationHandler<ApplicationConfiguration>("IW4MAdminSettings");