9 lines
140 B
PHP
9 lines
140 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
* The host to use when listening for debug server connections.
|
|
*/
|
|
'host' => 'tcp://127.0.0.1:9912',
|
|
];
|