This commit is contained in:
AffectedArc07
2021-05-16 13:23:01 +01:00
parent f728993007
commit da705c7e17
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
/// SQL password
var/password = "root" // Dont do this in prod. Please......
/// Database name
var/db = "feedback" // TODO: Rename to paradise_db
var/db = "feedback" // TODO: Rename to paradise_gamedb
/// Table prefix
var/table_prefix = "erro_" // TODO: Remove table prefixes
/// Time in seconds for async queries to time out