【UPDATE 1.7.4b】

**🆕  What's new and what's changed:**
- Added support for MySQL SSL (DatabaseSSlMode in config)
This commit is contained in:
Dawid Bepierszcz 2025-02-19 12:27:24 +01:00
parent 2d77e86d59
commit 708ae6cb90
4 changed files with 22 additions and 2 deletions

View file

@ -250,6 +250,9 @@ public class CS2_SimpleAdminConfig : BasePluginConfig
[JsonPropertyName("DatabaseName")]
public string DatabaseName { get; set; } = "";
[JsonPropertyName("DatabaseSSlMode")]
public string DatabaseSSlMode { get; set; } = "preferred";
[JsonPropertyName("OtherSettings")]
public OtherSettings OtherSettings { get; set; } = new();