APP_NAME=FURAHACARDS
APP_ENV=local
APP_KEY=base64:5MvpEI9xsn37RKgH2+yfOQHdNUNW0HnZIZi67m4dgtk=
APP_DEBUG=true
APP_URL=http://localhost:8000

# Base URL of the FurahaCards server where card images are stored.
FURAHACARDS_URL=https://mialiko.furahacards.co.tz/

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file

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=3309
DB_DATABASE=niifam_april_furaha_mialiko_db
DB_USERNAME=root
DB_PASSWORD=Bara@tz1

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

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

# Frontend API & storage URLs
# Use relative /api so the PWA calls this server's own API (no external calls)
VITE_API_URL=/api
VITE_STORAGE_URL=https://mialiko.furahacards.co.tz/storage

# Force Vite HMR to use IPv4 — Windows resolves "localhost" as IPv6 [::1]
# which causes ERR_CONNECTION_REFUSED when Vite is listening on IPv4 only.
VITE_HMR_HOST=127.0.0.1
