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;
|