# Database Credentials
DB_HOST=localhost
DB_DATABASE=enter-database-name-here
DB_USERNAME=enter-database-username-here
DB_PASSWORD=enter-database-password-here
DB_CONNECTION=mysql

# Admin Panel Credentials
ADMIN_USER=enter-desired-admin-user
ADMIN_PASS=enter-desired-admin-pass

# Stripe Configuration
STRIPE_PUBLISHABLE_KEY=enter-stripe-public-key
STRIPE_SECRET_KEY=enter-stripe-secret-key

# PayPal Configuration
PAYPAL_CLIENT_ID=enter-paypal-client-id
PAYPAL_SECRET=enter-paypal-secret

# Email that you want the system to send "From:"
SENDING_EMAIL=support@local.domaintrader

# No need to edit
APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:5H+Y7iQchWc9BD/B8lwJU3N+RnEDmUlhana5dYmj7NQ=

# No need to edit
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

# No need to edit
MAIL_DRIVER=mail