APP_NAME="Dispatch v2"
APP_ENV=local
APP_KEY=base64:FXLNON2CMO5B0yBggkZj7Bw0yleX9tzeLbZMDhxw1/0=
APP_DEBUG=true
APP_URL=http://localhost/dispatch-v2

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database

# PHP_CLI_SERVER_WORKERS=4

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=dispatch_v2
DB_USERNAME=root
DB_PASSWORD=

GOOGLE_MAPS_API_KEY=AIzaSyBb13BJiFUQoQWt25VQjFgxbl3_NOxumNU

# Firebase Cloud Messaging (push notifications to the driver/customer mobile
# apps). Project switched to taxi-apps-b0fd0 (2026-07-27) — the real project
# for the driver/passenger apps (com.taxiapps.driver/passenger). Still WAITING
# on the actual service-account key (Project Settings -> Service Accounts ->
# Generate new private key) for this project; the credentials_path below does
# not exist yet, so FcmService::isConfigured() will report false until it's
# placed there.
FCM_PROJECT_ID=taxicaller-71475
FCM_CREDENTIALS_PATH="C:/xampp/htdocs/dispatch-v2/storage/app/firebase/taxicaller-71475-service-account.json"

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

BROADCAST_CONNECTION=log
# Switch to "pusher" and fill these in once a dedicated Pusher app exists for
# this project — do NOT reuse the old project's app_id/key/secret, since
# Pusher channels are shared per-app and would leak broadcasts between the
# live system and this one.
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database

CACHE_STORE=database
# CACHE_PREFIX=

MEMCACHED_HOST=127.0.0.1

REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

VITE_APP_NAME="${APP_NAME}"
