mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-30 12:42:27 +00:00
Rename ServerSettings to ServerStatics
This commit is contained in:
parent
2f817f9aa8
commit
5de122f1d5
8 changed files with 14 additions and 14 deletions
|
@ -30,7 +30,7 @@ namespace LBPUnion.ProjectLighthouse
|
|||
public DbSet<RatedLevel> RatedLevels { get; set; }
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder options)
|
||||
=> options.UseMySql(ServerSettings.DbConnectionString, MySqlServerVersion.LatestSupportedServerVersion);
|
||||
=> options.UseMySql(ServerStatics.DbConnectionString, MySqlServerVersion.LatestSupportedServerVersion);
|
||||
|
||||
public async Task<User> CreateUser(string username)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue