芝麻web文件管理V1.00
编辑当前文件:/home/unicorntechnolog/public_html/pms/.env
APP_NAME=Worksuite APP_KEY=base64:16+MDrzkDFjABDvmxnH/xbKdlDDX9gxgRR64n6Az9Hg= # 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 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=unicorntechnolog_pms DB_USERNAME=unicorntechnolog_pms DB_PASSWORD="9xox9A6s8Eoc" APP_URL="https://pms.unicorntechnology.co"