changed the default DB value in the .env.example to MySQL
This commit is contained in:
parent
91a9f9e41e
commit
d55cfac990
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue