APP_NAME="GéoStocks"
APP_KEY=base64:Bnhme0NoLHOTL/wOgIZqOUAA7CLLD14lmsrDi7+EMfY=

# 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_ENV=Production
APP_DEBUG=false
APP_LOCALE="fr"
APP_URL="https://unifab.cycolabs.net/siteweb"

DB_CONNECTION=mysql
DB_PORT=3306
DB_HOST=localhost
DB_DATABASE=ovbwap63_unifab
DB_USERNAME=ovbwap63_unifab
DB_PASSWORD="#@Unifab2025@#"

# ---END This configuration is used only when APP_ENV is not codecanyon--
#APN_PEM=aps.pem
FCM_KEY=
#For redirect to https
REDIRECT_HTTPS=true

MAIL_FROM_VERIFIED_EMAIL=true

# Add here if your main app is installed on some subdomain
MAIN_APPLICATION_SUBDOMAIN=/siteweb

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

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

