This commit is contained in:
aozhiwei 2024-08-19 14:10:35 +08:00
parent aca2f47664
commit d7ed11327c
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
return array(
'instance_id' => 1,
'host' => 'mysql-host',
'port' => 3306,
'user' => 'root',
'passwd' => 'keji178',
'dbname' => 'confdb_dev_1'
);

View File

@ -0,0 +1,10 @@
<?php
return array(
'instance_id' => 1,
'host' => 'mysql-host',
'port' => 3306,
'user' => 'root',
'passwd' => 'keji178',
'dbname' => 'logdb_dev_1'
);