Skip to content

Commit

Permalink
Merge pull request #3 from Pustalorc/master
Browse files Browse the repository at this point in the history
Updated MySql.Data to 8.0.18
  • Loading branch information
Trojaner authored Nov 1, 2019
2 parents 9c9d36b + 1463b06 commit b183272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/FeexRanksConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void LoadDefaults()

FeexRanksDatabaseConfig = new DatabaseConfig
{
DatabaseAddress = "localhost",
DatabaseAddress = "127.0.0.1",
DatabaseUsername = "unturned",
DatabasePassword = "password",
DatabaseName = "unturned",
Expand Down Expand Up @@ -63,4 +63,4 @@ public void LoadDefaults()
};
}
}
}
}
Binary file modified Libraries/MySql.Data.dll
Binary file not shown.

0 comments on commit b183272

Please sign in to comment.