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 6371d37 commit 9100f0aCopy full SHA for 9100f0a
setup-config.php
@@ -169,7 +169,7 @@ function getVersion($cmd)
169
$projectName = basename(getcwd());
170
171
$placeholders = [
172
- "DB_HOST" => "localhost",
+ "DB_HOST" => "127.0.0.1",
173
"DB_USER" => "root",
174
"DB_PASSWORD" => "root",
175
"DB_NAME" => strtolower($projectName), // default: project name (current directory)
0 commit comments