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 2f4cdd7 commit d17f2f7Copy full SHA for d17f2f7
1 file changed
Refresh.Core/Configuration/DatabaseConfig.cs
@@ -15,5 +15,5 @@ protected override void Migrate(int oldVer, dynamic oldConfig)
15
}
16
17
public string ConnectionString { get; set; } = "Database=refresh;Username=refresh;Password=refresh;Host=localhost;Port=5432";
18
- public bool PreferConnectionStringEnvironmentVariable { get; set; } = false;
+ public bool PreferConnectionStringEnvironmentVariable { get; set; } = true;
19
0 commit comments