This commit is contained in:
aozhiwei 2024-10-12 17:14:47 +08:00
parent cd47fcb8ba
commit be1c2a72b3

View File

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