APP_NAME=BDzoon
APP_ENV=production
APP_KEY=base64:REPLACE_WITH_php_artisan_key_generate
APP_DEBUG=false
APP_URL=https://bdzoon.com

LOG_CHANNEL=stack
LOG_LEVEL=error

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=bdzoon_db
DB_USERNAME=bdzoon_user
DB_PASSWORD=REPLACE_WITH_STRONG_PASSWORD

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_CONNECTION=sync

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=info@bdzoon.com
MAIL_PASSWORD=REPLACE_WITH_APP_PASSWORD
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=info@bdzoon.com
MAIL_FROM_NAME="BDzoon"

FILESYSTEM_DISK=public
