Skip to content

Commit d17f2f7

Browse files
committed
Prefer environment variable by default in json config
1 parent 2f4cdd7 commit d17f2f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Refresh.Core/Configuration/DatabaseConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ protected override void Migrate(int oldVer, dynamic oldConfig)
1515
}
1616

1717
public string ConnectionString { get; set; } = "Database=refresh;Username=refresh;Password=refresh;Host=localhost;Port=5432";
18-
public bool PreferConnectionStringEnvironmentVariable { get; set; } = false;
18+
public bool PreferConnectionStringEnvironmentVariable { get; set; } = true;
1919
}

0 commit comments

Comments
 (0)