This commit is contained in:
Flaminel
2025-05-19 19:30:12 +03:00
parent eb0f782f53
commit 701a7dc417
24 changed files with 322 additions and 252 deletions

View File

@@ -7,9 +7,6 @@ public static class ConfigurationExtensions
{
public static IServiceCollection AddConfigurationServices(this IServiceCollection services)
{
// Register path provider to handle Docker vs local environment
services.AddSingleton<ConfigurationPathProvider>();
// Register the base JSON provider
services.AddSingleton<JsonConfigurationProvider>();