mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-04 22:54:53 +00:00
feat: Add SQLite database support with MySQL compatibility
This commit is contained in:
@@ -91,6 +91,12 @@ namespace WeaponPaints
|
||||
[JsonPropertyName("DatabaseName")]
|
||||
public string DatabaseName { get; set; } = "";
|
||||
|
||||
[JsonPropertyName("DatabaseType")]
|
||||
public string DatabaseType { get; set; } = "mysql";
|
||||
|
||||
[JsonPropertyName("DatabasePath")]
|
||||
public string DatabasePath { get; set; } = "weaponpaints.db";
|
||||
|
||||
[JsonPropertyName("CmdRefreshCooldownSeconds")]
|
||||
public int CmdRefreshCooldownSeconds { get; set; } = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user