APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:Eiu7uCWG+Us3xavVsKZMPWR9XilpLGY/ddxpfFhNPFE=
APP_URL=http://localhost

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=sporencg_pesa
DB_USERNAME=sporencg_pesa
DB_PASSWORD=sportsPesa109$

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=mailgun
MAILGUN_DOMAIN=mail.sportspesatips.com
MAILGUN_SECRET=237bc3e87b225463a348c9f4964-059e099e-dd40a777
MAIL_FROM_ADDRESS=soccabet6@gmail.com
MAIL_FROM_NAME="Sportspesa Tips"

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
