mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
1.7.4b
【UPDATE 1.7.4b】
**🆕 What's new and what's changed:**
- Added support for MySQL SSL (DatabaseSSlMode in config)
This commit is contained in:
parent
2d77e86d59
commit
708ae6cb90
4 changed files with 22 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue