Skip to content

Commit c410b6b

Browse files
committed
fixed failed resource load
project name change affected resource path
1 parent 34d080f commit c410b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Memstate.Postgresql/PostgresqlSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ namespace Memstate.Postgresql
55
{
66
public class PostgresqlSettings : Settings
77
{
8-
public const string ConfigurationKey = "StorageProviders:Postgresql";
8+
public const string ConfigurationKey = "StorageProviders:Postgres";
99

1010
public const string DefaultConnectionString = "Host=localhost;Database=postgres;User ID=postgres;Password=postgres;";
1111

12-
public const string InitSqlResourceName = "Memstate.Postgresql.init_sql";
12+
public const string InitSqlResourceName = "Memstate.Postgres.init_sql";
1313

1414
private readonly MemstateSettings _memstateSettings;
1515

0 commit comments

Comments
 (0)