We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc88fa commit 41ebe8fCopy full SHA for 41ebe8f
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