Skip to content

Commit

Permalink
make default config DB_USERNAME 'root'
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray authored and mattstauffer committed Nov 26, 2018
1 parent d8b285a commit 8d16cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambo
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ AUTH=false
NODE=false
CODEEDITOR=""
BROWSER=""
DB_USERNAME=""
DB_USERNAME="root"
DB_PASSWORD=""
if [[ -f ~/.config/valet/config.json ]]; then
TLD=$(php -r "echo json_decode(file_get_contents('$HOME/.config/valet/config.json'))->tld;")
Expand Down

0 comments on commit 8d16cc7

Please sign in to comment.