mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
basic game
This commit is contained in:
@@ -50,8 +50,13 @@ namespace EggLink.DanhengServer.Configuration
|
||||
|
||||
public class DatabaseConfig
|
||||
{
|
||||
public string DatabaseType { get; set; } = "sqlite"; // only support sqlite for now
|
||||
public string DatabaseType { get; set; } = "sqlite";
|
||||
public string DatabaseName { get; set; } = "danheng.db";
|
||||
public string MySqlHost { get; set; } = "127.0.0.1";
|
||||
public int MySqlPort { get; set; } = 3306;
|
||||
public string MySqlUser { get ; set; } = "root";
|
||||
public string MySqlPassword { get; set; } = "123456";
|
||||
public string MySqlDatabase { get; set; } = "danheng";
|
||||
}
|
||||
|
||||
public class ServerOption
|
||||
|
||||
Reference in New Issue
Block a user