diff --git a/src/Sitko.Core.Db.Postgres/PostgresDatabaseModule.cs b/src/Sitko.Core.Db.Postgres/PostgresDatabaseModule.cs index f82d74be7..1014ec27b 100644 --- a/src/Sitko.Core.Db.Postgres/PostgresDatabaseModule.cs +++ b/src/Sitko.Core.Db.Postgres/PostgresDatabaseModule.cs @@ -12,7 +12,7 @@ public class { public override string OptionsKey => $"Db:Postgres:{typeof(TDbContext).Name}"; - public override string[] OptionKeys => new[] { "Db:Postgres", OptionsKey }; + public override string[] OptionKeys => new[] { "Db:Postgres:Default", OptionsKey }; public override async Task InitAsync(IApplicationContext applicationContext, IServiceProvider serviceProvider) {