APP_NAME="Suite Integral Moda SaaS"
APP_ENV=production
APP_KEY=base64:ZWQiYYUYX8z5RuntsZZhxwy86zVDfHksbFmaNUnZk+0=
APP_DEBUG=true
APP_TIMEZONE=America/Lima
APP_URL=http://localhost:8000

APP_LOCALE=es
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=es_ES

LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=quidocom_moda
DB_USERNAME=quidocom_moda
DB_PASSWORD=KjaL1TydsF

SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_ENCRYPT=false

CACHE_STORE=file
QUEUE_CONNECTION=sync
FILESYSTEM_DISK=local

BCRYPT_ROUNDS=12
