APP_NAME="EduCore"
APP_ENV=local
APP_KEY=base64:wqb0WGiiB7guqSyqfKtktwxztQGlVjNTYY8kfmlyPdc=
APP_DEBUG=true
APP_URL=http://localhost

# Base domain for tenant subdomains, e.g. greenfield.platform.test -> platform.test
APP_BASE_DOMAIN=platform.test

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file
APP_TIMEZONE=Africa/Lagos

BCRYPT_ROUNDS=12

LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=school_cms
DB_USERNAME=root
DB_PASSWORD=

SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null

BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database

CACHE_STORE=database

# ---------------------------------------------------------------------------
# Mail — development defaults write emails to storage/logs/laravel.log so no
# real message ever leaves the machine. For production set MAIL_MAILER=smtp
# and fill in the SMTP credentials supplied by your provider.
# ---------------------------------------------------------------------------
MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="noreply@eduschool.ng"
MAIL_FROM_NAME="${APP_NAME}"
MAIL_REPLY_TO_ADDRESS=null
MAIL_REPLY_TO_NAME=null

# Queue non-critical notification emails instead of sending inline.
# Keep false locally (no worker needed); enable in production with a worker:
#   php artisan queue:work --tries=3
MAIL_QUEUE_ENABLED=false

VITE_APP_NAME="${APP_NAME}"
