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:
parent
78696e47de
commit
6e94d5a2e1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue