APP_NAME=Lumen
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_TIMEZONE=UTC

LOG_CHANNEL=stack
LOG_SLACK_WEBHOOK_URL=

DB_CONNECTION=mysql
DB_HOST=159.203.189.112
DB_PORT=3306
DB_DATABASE=sistematpv_db_procesos_batch
DB_USERNAME=sistematpv_kedibero
DB_PASSWORD=kedi7525bero5228

DB_ADMIN_CONNECTION=mysql
DB_ADMIN_HOST=159.203.189.112
DB_ADMIN_PORT=3306
DB_ADMIN_DATABASE=sistemat_db_wsadministrador
DB_ADMIN_USERNAME=sistematpv_kedibero
DB_ADMIN_PASSWORD=kedi7525bero5228

MAIL_MAILER=smtp
MAIL_HOST=mail.sistematpv.com
MAIL_PORT=465
MAIL_USERNAME=receipts_alerts@sistematpv.com
MAIL_PASSWORD=Mi%tTPlVbQc7
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=receipts_alerts@sistematpv.com
MAIL_FROM_NAME="Sistema TPV"

CACHE_DRIVER=file
QUEUE_CONNECTION=sync

