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 98594c4 commit ef42009Copy full SHA for ef42009
config/tail-db.php
@@ -24,7 +24,7 @@
24
| will use this host when starting the server.
25
|
26
*/
27
- 'host' => env('TAIL_DB_HOST', '0.0.0.0'),
+ 'host' => env('TAIL_DB_HOST', '127.0.0.1'),
28
29
/*
30
|--------------------------------------------------------------------------
@@ -35,7 +35,7 @@
35
| 'tail:db' command, it will start the ReactPHP Server. ReactPHP Server
36
| will use this port when starting the server.
37
38
- 'port' => env('TAIL_DB_PORT', '9001'),
+ 'port' => env('TAIL_DB_PORT', '9002'),
39
40
41
0 commit comments