Skip to content

Commit 8d16cc7

Browse files
Naoraymattstauffer
authored andcommitted
make default config DB_USERNAME 'root'
1 parent d8b285a commit 8d16cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ AUTH=false
179179
NODE=false
180180
CODEEDITOR=""
181181
BROWSER=""
182-
DB_USERNAME=""
182+
DB_USERNAME="root"
183183
DB_PASSWORD=""
184184
if [[ -f ~/.config/valet/config.json ]]; then
185185
TLD=$(php -r "echo json_decode(file_get_contents('$HOME/.config/valet/config.json'))->tld;")

0 commit comments

Comments
 (0)