mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-04-17 14:26:25 +00:00
Update Config.cs
This commit is contained in:
@@ -26,19 +26,19 @@ namespace WeaponPaints
|
|||||||
public override int Version { get; set; } = 2;
|
public override int Version { get; set; } = 2;
|
||||||
|
|
||||||
[JsonPropertyName("DatabaseHost")]
|
[JsonPropertyName("DatabaseHost")]
|
||||||
public string DatabaseHost { get; set; } = "localhost";
|
public string DatabaseHost { get; set; } = "";
|
||||||
|
|
||||||
[JsonPropertyName("DatabasePort")]
|
[JsonPropertyName("DatabasePort")]
|
||||||
public int DatabasePort { get; set; } = 3306;
|
public int DatabasePort { get; set; } = 3306;
|
||||||
|
|
||||||
[JsonPropertyName("DatabaseUser")]
|
[JsonPropertyName("DatabaseUser")]
|
||||||
public string DatabaseUser { get; set; } = "DBUSER";
|
public string DatabaseUser { get; set; } = "";
|
||||||
|
|
||||||
[JsonPropertyName("DatabasePassword")]
|
[JsonPropertyName("DatabasePassword")]
|
||||||
public string DatabasePassword { get; set; } = "DBPASSWORD";
|
public string DatabasePassword { get; set; } = "";
|
||||||
|
|
||||||
[JsonPropertyName("DatabaseName")]
|
[JsonPropertyName("DatabaseName")]
|
||||||
public string DatabaseName { get; set; } = "DBDATABASE";
|
public string DatabaseName { get; set; } = "";
|
||||||
|
|
||||||
[JsonPropertyName("CmdRefreshCooldownSeconds")]
|
[JsonPropertyName("CmdRefreshCooldownSeconds")]
|
||||||
public int CmdRefreshCooldownSeconds { get; set; } = 60;
|
public int CmdRefreshCooldownSeconds { get; set; } = 60;
|
||||||
|
|||||||
Reference in New Issue
Block a user