mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
14 lines
462 B
INI
14 lines
462 B
INI
DBHost = "lirria.khaganat.net";
|
|
DBNelName = "nel";
|
|
DBRingName = "kring";
|
|
// Nel DB user
|
|
DBNelUser = "knelshard";
|
|
// Ring DB user
|
|
DBRingUser = "knelshard";
|
|
// SU - password to access to the nel database with DBNelUseruser (default is no password)
|
|
DBNelPass = "";
|
|
// SU - password to access to the ring database with DBRingUser (default is no password)
|
|
DBRingPass = "";
|
|
|
|
// MySQL wrapper strict mode - controls use of asserts if SQL requests fail
|
|
MSWStrictMode=0;
|