Skip to content

Commit

Permalink
updated .env.composer for laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
lombax85 committed Oct 24, 2016
1 parent 80b0704 commit 6a5a8d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.composer
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ INSTALL_GEM_AND_SASS=false

# mysql environment variables
# create a default database
MYSQL_DATABASE=local
MYSQL_DATABASE=homestead
# create a local user
MYSQL_USER=localuser
MYSQL_USER=homestead
MYSQL_PASSWORD=secret
# root user password
MYSQL_ROOT_PASSWORD=root
MYSQL_ROOT_PASSWORD=secret

0 comments on commit 6a5a8d3

Please sign in to comment.