Skip to content

Commit 44915f2

Browse files
committed
refactor: Changed Default CLI HTTP Host
1 parent 1a8b4e5 commit 44915f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webfiori/framework/config/JsonDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function __construct() {
6464
'description' => 'Configure the verbosity of error messsages at run-time. This should be set to true in testing and false in production.'
6565
], 'none', 'same'),
6666
"CLI_HTTP_HOST" => new Json([
67-
"value" => "example.com",
67+
"value" => "127.0.0.1",
6868
"description" => "Host name that will be used when runing the application as command line utility."
6969
], 'none', 'same')
7070
], 'none', 'same'),

0 commit comments

Comments
 (0)