1
This commit is contained in:
parent
6ba4a68426
commit
488ee77dc0
10
config/logdb.mysql.cluster.php
Normal file
10
config/logdb.mysql.cluster.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'instance_id' => 1,
|
||||||
|
'host' => 'mysql-host',
|
||||||
|
'port' => 3306,
|
||||||
|
'user' => 'root',
|
||||||
|
'passwd' => 'keji178',
|
||||||
|
'dbname' => 'logdb_dev_1'
|
||||||
|
);
|
Loading…
x
Reference in New Issue
Block a user