game2006api/config/game2006relation.mysql.cluster.php
aozhiwei 57c6ce8146 1
2024-07-23 15:31:09 +08:00

11 lines
178 B
PHP

<?php
return array(
'instance_id' => 1,
'host' => 'mysql-host',
'port' => 3306,
'user' => 'root',
'passwd' => 'root',
'dbname' => 'frienddb_dev_new',
);