Skip to content

Commit 41ebe8f

Browse files
committed
allow the var dumper host to be env based
1 parent fcc88fa commit 41ebe8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
/*
55
* The host to use when listening for debug server connections.
66
*/
7-
'host' => 'tcp://127.0.0.1:9912',
7+
'host' => env('DUMP_SERVER_HOST', 'tcp://127.0.0.1:9912'),
88
];

0 commit comments

Comments
 (0)