home/kckglobal/public_html/portal/.env 0000644 00000002326 15032512575 0014031 0 ustar 00 APP_NAME=Worksuite
APP_KEY=base64:QjJen9E8pynTuZXTGc8d3fWG1Uit9WjPv0DjiEX6Kmg=
# 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=true
APP_API_DEBUG=true
#For redirect to https
REDIRECT_HTTPS=false
LOG_LEVEL=debug
LOG_CHANNEL=daily
APP_LOCALE="en"
DB_CONNECTION=mysql
DB_PORT=3306
BROADCAST_DRIVER=null
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
PUSHER_APP_ID=""
PUSHER_APP_KEY=""
PUSHER_APP_SECRET=""
PUSHER_APP_CLUSTER=""
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=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
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=kckglobal_portal
DB_USERNAME=kckglobal_cloud
DB_PASSWORD="5s,8W2RNmdKm"
APP_URL="https://portal.kckglobal.net"