Skip to content

Commit

Permalink
refactor: Changed Default CLI HTTP Host
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 4, 2024
1 parent 1a8b4e5 commit 44915f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfiori/framework/config/JsonDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 44915f2

Please sign in to comment.