APP_NAME=FlexCompras
APP_ENV=production
APP_KEY=base64:p2895euTAcRqIm0MNrzULpwA0NmyrqCwpesZl3nPViQ=
APP_DEBUG=false
APP_URL=https://compras1040.flex.tec.br/backend

APP_LOCALE=pt_BR
APP_FALLBACK_LOCALE=en

LOG_CHANNEL=single
LOG_LEVEL=error

DB_CONNECTION=pgsql
DB_HOST=db.zmiyiarwceejujvxlkit.supabase.co
DB_PORT=5432
DB_DATABASE=postgres
DB_USERNAME=postgres
DB_PASSWORD=@Preventcor159753
DB_SSLMODE=require

SESSION_DRIVER=file
SESSION_LIFETIME=120
CACHE_STORE=file
QUEUE_CONNECTION=sync
FILESYSTEM_DISK=local

BCRYPT_ROUNDS=12
