We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d080f commit c410b6bCopy full SHA for c410b6b
src/Memstate.Postgresql/PostgresqlSettings.cs
@@ -5,11 +5,11 @@ namespace Memstate.Postgresql
5
{
6
public class PostgresqlSettings : Settings
7
8
- public const string ConfigurationKey = "StorageProviders:Postgresql";
+ public const string ConfigurationKey = "StorageProviders:Postgres";
9
10
public const string DefaultConnectionString = "Host=localhost;Database=postgres;User ID=postgres;Password=postgres;";
11
12
- public const string InitSqlResourceName = "Memstate.Postgresql.init_sql";
+ public const string InitSqlResourceName = "Memstate.Postgres.init_sql";
13
14
private readonly MemstateSettings _memstateSettings;
15
0 commit comments