game2006api/config_docker/game2006api.mysql.cluster.php
aozhiwei 40dee186b0 1
2024-04-24 11:05:53 +08:00

12 lines
182 B
PHP

<?php
return array(
array(
'instance_id' => 1,
'host' => '172.17.0.1',
'port' => 3306,
'user' => 'root',
'passwd' => 'keji178',
)
);