APP_ENV=production
APP_DEBUG=true

DB_CONNECTION=mysql
DB_HOST=127.0.0.1        # Use 127.0.0.1, NOT 'localhost'
DB_PORT=3306
DB_DATABASE=tokaims
DB_USERNAME=root
DB_PASSWORD=


CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

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

APP_LOG=single
APP_LOG_LEVEL=debug
