We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f241613 + 41ebe8f commit 9f34de0Copy full SHA for 9f34de0
config/config.php
@@ -4,5 +4,5 @@
4
/*
5
* The host to use when listening for debug server connections.
6
*/
7
- 'host' => 'tcp://127.0.0.1:9912',
+ 'host' => env('DUMP_SERVER_HOST', 'tcp://127.0.0.1:9912'),
8
];
0 commit comments