11 lines
178 B
PHP
11 lines
178 B
PHP
<?php
|
|
|
|
return array(
|
|
'instance_id' => 1,
|
|
'host' => 'mysql-host',
|
|
'port' => 3306,
|
|
'user' => 'root',
|
|
'passwd' => 'root',
|
|
'dbname' => 'frienddb_dev_new',
|
|
);
|