Skip to content

Commit 9100f0a

Browse files
committed
Update
1 parent 6371d37 commit 9100f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function getVersion($cmd)
169169
$projectName = basename(getcwd());
170170

171171
$placeholders = [
172-
"DB_HOST" => "localhost",
172+
"DB_HOST" => "127.0.0.1",
173173
"DB_USER" => "root",
174174
"DB_PASSWORD" => "root",
175175
"DB_NAME" => strtolower($projectName), // default: project name (current directory)

0 commit comments

Comments
 (0)