[WIP] Refactor project
This commit is contained in:
@@ -4,5 +4,5 @@ return [
|
||||
/*
|
||||
* The host to use when listening for debug server connections.
|
||||
*/
|
||||
'host' => 'tcp://127.0.0.1:9912',
|
||||
'host' => env('DUMP_SERVER_HOST', 'tcp://127.0.0.1:9912'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user