mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-08 16:29:00 +00:00
blank pass for sql
This commit is contained in:
parent
cf6fc2711c
commit
ae641bf952
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@ $WEBDBHOST = 'localhost';
|
||||||
$WEBDBPORT = '3306';
|
$WEBDBPORT = '3306';
|
||||||
$WEBDBNAME = 'ryzom_ams';
|
$WEBDBNAME = 'ryzom_ams';
|
||||||
$WEBDBUSERNAME = 'root';
|
$WEBDBUSERNAME = 'root';
|
||||||
$WEBDBPASSWORD = 'lol123' ;
|
$WEBDBPASSWORD = '' ;
|
||||||
|
|
||||||
//the ams_lib db
|
//the ams_lib db
|
||||||
$LIBDBHOST = 'localhost';
|
$LIBDBHOST = 'localhost';
|
||||||
$LIBDBPORT = '3306';
|
$LIBDBPORT = '3306';
|
||||||
$LIBDBNAME = 'ryzom_ams_lib';
|
$LIBDBNAME = 'ryzom_ams_lib';
|
||||||
$LIBDBUSERNAME = 'root';
|
$LIBDBUSERNAME = 'root';
|
||||||
$LIBDBPASSWORD = 'lol123' ;
|
$LIBDBPASSWORD = '' ;
|
||||||
|
|
||||||
//the shard db
|
//the shard db
|
||||||
$SHARDDBHOST = 'localhost' ;
|
$SHARDDBHOST = 'localhost' ;
|
||||||
|
|
Loading…
Reference in a new issue