Add DbConnectionString to config

This commit is contained in:
jvyden 2021-11-19 00:25:41 -05:00
parent 76aeb54da0
commit 177befde91
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 5 additions and 14 deletions

View file

@ -8,7 +8,7 @@ namespace LBPUnion.ProjectLighthouse.Tests
{
public DatabaseFact()
{
ServerStatics.DbConnectionString = "server=127.0.0.1;uid=root;pwd=lighthouse;database=lighthouse";
ServerSettings.Instance.DbConnectionString = "server=127.0.0.1;uid=root;pwd=lighthouse;database=lighthouse";
if (!ServerStatics.DbConnected)
{
this.Skip = "Database not available";