mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-16 10:11:28 +00:00
Add DbConnectionString to config
This commit is contained in:
parent
76aeb54da0
commit
177befde91
4 changed files with 5 additions and 14 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue