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 1a8b4e5 commit 44915f2Copy full SHA for 44915f2
webfiori/framework/config/JsonDriver.php
@@ -64,7 +64,7 @@ public function __construct() {
64
'description' => 'Configure the verbosity of error messsages at run-time. This should be set to true in testing and false in production.'
65
], 'none', 'same'),
66
"CLI_HTTP_HOST" => new Json([
67
- "value" => "example.com",
+ "value" => "127.0.0.1",
68
"description" => "Host name that will be used when runing the application as command line utility."
69
], 'none', 'same')
70
0 commit comments