APP_NAME=WORKSUITE-SAAS
APP_KEY=base64:La2ZpKMKu+poVlZir/g3kYkr2Ur3RX8wc9EcAsCtKM8=

# 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=codecanyon
APP_DEBUG=false


#For redirect to https
REDIRECT_HTTPS=false

MAIL_FROM_VERIFIED_EMAIL=true

# Add here if you main app is installed on some subdomain
MAIN_APPLICATION_SUBDOMAIN=

DB_CONNECTION=mysql
DB_PORT=3306

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
DB_HOST=localhost
DB_DATABASE=warnaeed_pmsystem
DB_USERNAME=warnaeed_systemadmin
DB_PASSWORD="Systemadmin@758690"
APP_URL="https://mypms.warna360.com"
