# Application settings
APP_ENV=localhost
APP_DEBUG=false
APP_URL=https://trilspay.com
APP_KEY=<your_application_key>

# Database configuration
DB_HOST='localhost'
DB_USERNAME='root'
DB_PASSWORD=''
DB_NAME='vtusystem'

# API key
API_KEY=your_api_key
VTPASS_API_KEY=<your_vtpass_api_key>
VTPASS_SECRET_KEY=
VTPASS_PUBLIC_KEY=

# Email configuration
EMAIL_HOST=smtp.example.com
EMAIL_PORT=587
EMAIL_USERNAME=your_email_username
EMAIL_PASSWORD=your_email_password
EMAIL_FROM=your_email_address
EMAIL_TO=recipient_email_address

# Payment configuration
PAYMENT_GATEWAY_URL=https://payment.example.com/api
PAYMENT_GATEWAY_USERNAME=your_payment_gateway_username
PAYMENT_GATEWAY_PASSWORD=your_payment_gateway_password

# Other configuration settings
APP_URL=https://trilspay.com
APP_NAME="Trilspay  Powered by Trilshub Ventures"
APP_EMAIL=your_application_email_address
APP_PHONE=your_application_phone_number

# Cache configuration
CACHE_DRIVER=redis

# Queue configuration
QUEUE_DRIVER=database

# Session configuration
SESSION_DRIVER=database

# Session lifetime in minutes
SESSION_LIFETIME=120