This commit is contained in:
aozhiwei 2024-10-10 11:20:20 +08:00
parent 6ba4a68426
commit 488ee77dc0

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'
);