APP_NAME=Worksuite
APP_KEY=base64:G94bNICTOY9A1GUm/mA54vZlEKQ5sh332RXWowFIe1w=

# Do not change APP_ENV to anything else. It will affect emailing from admin panel
# and other configuration from databse and system may crash
APP_ENV=Production
APP_DEBUG=true

APP_API_DEBUG=true

#For redirect to https
REDIRECT_HTTPS=true

LOG_LEVEL=debug
LOG_CHANNEL=daily

APP_LOCALE="fr"

DB_CONNECTION=mysql
DB_PORT=3306

BROADCAST_DRIVER=null
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

PUSHER_APP_ID="1729120"
PUSHER_APP_KEY="edab99d12ec7fe19fabd"
PUSHER_APP_SECRET="92ce00b244f04366af9b"
PUSHER_APP_CLUSTER="eu"

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

#Do not change APP_ENV other then codecanyon. This will affect the application
# ---This configuration is used only when APP_ENV is not codecanyon--
MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=houbbane@gmail.com
MAIL_PASSWORD=@@Unifab@2020@@  # Sans espaces
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=houbbane@gmail.com
MAIL_FROM_NAME="${APP_NAME}"

# ---END This configuration is used only when APP_ENV is not codecanyon--
APN_PEM=aps.pem
FCM_KEY=
DB_HOST=localhost
DB_DATABASE=ovbwap63_worksuite
DB_USERNAME=ovbwap63_ibtalion
DB_PASSWORD="Luc@1348"
APP_URL="https://worksuite.cycolabs.net"
