mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-14 12:12:37 +00:00
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
// MySQL configuration
|
|
GLOBAL_REAL_VAR(sqladdress) = ""
|
|
GLOBAL_REAL_VAR(sqlport) = ""
|
|
GLOBAL_REAL_VAR(sqldb) = ""
|
|
GLOBAL_REAL_VAR(sqllogin) = ""
|
|
GLOBAL_REAL_VAR(sqlpass) = ""
|
|
// Feedback gathering sql connection
|
|
GLOBAL_REAL_VAR(sqlfdbkdb) = ""
|
|
GLOBAL_REAL_VAR(sqlfdbklogin) = ""
|
|
GLOBAL_REAL_VAR(sqlfdbkpass) = ""
|
|
GLOBAL_REAL_VAR(sqllogging) = 0 // Should we log deaths, population stats, etc.?
|