From 44915f2ccdfadc90adc61c67ca166e352f1a0510 Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Wed, 4 Dec 2024 13:41:21 +0300 Subject: [PATCH] refactor: Changed Default CLI HTTP Host --- webfiori/framework/config/JsonDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),