APP_NAME="Rachhit Visitor League"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=https://bni-game-backend.demosystem.in

LOG_CHANNEL=stack
LOG_LEVEL=warning

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=demosystem_bni_game
DB_USERNAME=demosystem_bni_game
DB_PASSWORD=!T^5@W$iL+hp6fZs

# CORS — comma-separated list of allowed frontend origins
CORS_ALLOWED_ORIGINS=https://bni-game.demosystem.in

# Sessions / cache (file-based works on shared hosting; switch to db/redis if available)
SESSION_DRIVER=file
CACHE_STORE=file
QUEUE_CONNECTION=sync
FILESYSTEM_DISK=public

# Public URL where uploaded files (team logos) are served from
ASSET_URL=https://bni-game-backend.demosystem.in
