Files
opensem/config/debug-server.php
Ludovic CANDELLIER b50f50ea62 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

9 lines
165 B
PHP

<?php
return [
/*
* The host to use when listening for debug server connections.
*/
'host' => env('DUMP_SERVER_HOST', 'tcp://127.0.0.1:9912'),
];