APP_NAME="Workshop Management System"
APP_ENV=production
APP_KEY=base64:I45EZk0SHo/Wq267gtnjBPmLTzXG+rmJ3DK7ls2lR5k=
APP_DEBUG=false
APP_URL=https://api.workshopms.cartnepal.com
APP_TIMEZONE=Asia/Kathmandu

FRONTEND_URL=https://workshopms.cartnepal.com
SANCTUM_STATEFUL_DOMAINS=workshopms.cartnepal.com

# Fill these in from cPanel -> MySQL Databases before going live.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_SECURE_COOKIE=true

CACHE_STORE=database
QUEUE_CONNECTION=database

LOG_CHANNEL=stack
LOG_LEVEL=error

MAIL_MAILER=log
