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