changed the default DB value in the .env.example to MySQL

This commit is contained in:
Dave Earley 2016-07-08 13:56:16 +01:00
parent 91a9f9e41e
commit d55cfac990
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ APP_CIPHER=rijndael-128
APP_KEY=
APP_TIMEZONE
DB_TYPE=pgsql
DB_TYPE=mysql
DB_HOST=db
DB_DATABASE=attendize
DB_USERNAME=attendize