This commit is contained in:
aozhiwei 2024-04-24 11:59:51 +08:00
parent f22fdeac4a
commit 3060e90d2f
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
return array( return array(
array( array(
'instance_id' => 1, 'instance_id' => 1,
'host' => '172.17.0.1', 'host' => 'mysql-host',
'port' => 3306, 'port' => 3306,
'user' => 'root', 'user' => 'root',
'passwd' => 'keji178', 'passwd' => 'keji178',

View File

@ -3,13 +3,13 @@
return array( return array(
array( array(
'instance_id' => 1, 'instance_id' => 1,
'host' => '172.17.0.1', 'host' => 'redis-host',
'port' => 6379, 'port' => 6379,
'passwd' => '', 'passwd' => '',
), ),
array( array(
'instance_id' => 2, 'instance_id' => 2,
'host' => '172.17.0.1', 'host' => 'redis-host',
'port' => 6379, 'port' => 6379,
'passwd' => '', 'passwd' => '',
), ),

View File

@ -2,7 +2,7 @@
return array( return array(
'instance_id' => 1, 'instance_id' => 1,
'host' => '172.17.0.1', 'host' => 'mysql-host',
'port' => 3306, 'port' => 3306,
'user' => 'root', 'user' => 'root',
'passwd' => 'keji178', 'passwd' => 'keji178',

View File

@ -2,7 +2,7 @@
return array( return array(
'instance_id' => 1, 'instance_id' => 1,
'host' => '172.17.0.1', 'host' => 'mysql-host',
'port' => 3306, 'port' => 3306,
'user' => 'root', 'user' => 'root',
'passwd' => 'root', 'passwd' => 'root',