APP_NAME='Medical Care Billing'
APP_ENV=local
APP_KEY=base64:7W2zoGa2CDxc6QIc7qgSlfDE0eLhzcchOxKPRHWtwsM=
APP_DEBUG=true
# APP_URL=http://localhost
APP_URL='https://medicalcarebilling.com/blog'

LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306

DB_DATABASE=demodesignproboa_ebookghostwritingservices
DB_USERNAME=demodesignproboa_ebookghostwritingservices
DB_PASSWORD=$uIrriQngWiJ

# DB_DATABASE=medicalcarebilling_blogs
# DB_USERNAME=root
# DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_ENCRYPT=false

MEMCACHED_HOST=127.0.0.1

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_MAILER=smtp
MAIL_HOST=mail.demo-customprojects.com
MAIL_PORT=465
MAIL_USERNAME=no-reply@demo-customprojects.com
MAIL_PASSWORD="@admin!23#"
MAIL_ENCRYPTION=ssl
MAIL_FROM_NAME = "${APP_NAME}"
MAIL_FROM_ADDRESS = no-reply@demo-customprojects.com

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
