diff --git a/cli/Valet/Configuration.php b/cli/Valet/Configuration.php index a14bd6c..be4a97c 100644 --- a/cli/Valet/Configuration.php +++ b/cli/Valet/Configuration.php @@ -111,7 +111,7 @@ function createCertificatesDirectory() function writeBaseConfiguration() { if (! $this->files->exists($this->path())) { - $this->write(['domain' => 'localhost', 'paths' => []]); + $this->write(['domain' => 'test', 'paths' => []]); } }