8 lines
94 B
PHP
8 lines
94 B
PHP
<?php
|
|
|
|
return array(
|
|
'instance_id' => 1,
|
|
'host' => '127.0.0.1',
|
|
'port' => 7521
|
|
);
|