diff --git a/webfiori/framework/config/JsonDriver.php b/webfiori/framework/config/JsonDriver.php index bd56c043..9f626b6c 100644 --- a/webfiori/framework/config/JsonDriver.php +++ b/webfiori/framework/config/JsonDriver.php @@ -64,7 +64,7 @@ public function __construct() { 'description' => 'Configure the verbosity of error messsages at run-time. This should be set to true in testing and false in production.' ], 'none', 'same'), "CLI_HTTP_HOST" => new Json([ - "value" => "example.com", + "value" => "127.0.0.1", "description" => "Host name that will be used when runing the application as command line utility." ], 'none', 'same') ], 'none', 'same'),