# DryClean360 PHP environment configuration

APP_NAME=DryClean360
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost/Dryclean360aiphp/public
APP_KEY=change-me-to-a-secure-random-string
APP_TIMEZONE=Asia/Kolkata

# Development server (matches Django DEV_SERVER_PORT=8003)
DEV_SERVER_HOST=127.0.0.1
DEV_SERVER_PORT=8003

# Session
SESSION_NAME=dryclean360_session
SESSION_LIFETIME=120

# Database — MySQL (shared with Django app)
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=dryclean360_db
DB_USER=root
DB_PASSWORD=
DB_CHARSET=utf8mb4

# Shared media folder from Django project (photos, invoices)
MEDIA_PATH=../Dryclean360ai/media

SHOP_NAME=National Dry Cleaners
SHOP_OWNER=Mr. Riyaz
