Skip to content

Commit 9f34de0

Browse files
authored
Merge pull request #46 from taitai42/feature/allow-env-var
allow the var dumper host to be env based
2 parents f241613 + 41ebe8f commit 9f34de0

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)