Set the default development environment type back to MySQL

As the projects default setup uses Docker and MySQL default the DB adapter to MySQL.
This commit is contained in:
Jeremy Quinton 2018-07-03 15:48:03 +02:00
parent 78696e47de
commit 6e94d5a2e1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ APP_CIPHER=AES-256-CBC
APP_KEY=
APP_TIMEZONE=
DB_TYPE=pgsql
DB_TYPE=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=attendize