# UNITY FUND MANAGEMENT SYSTEM
# Copy these values to your hosting/local environment.
# Do NOT commit real passwords or SMTP credentials.

APP_ENV=local
APP_URL=http://localhost/lalit
APP_NAME=UNITY FUND MANAGEMENT SYSTEM
APP_TIMEZONE=Asia/Kathmandu
FORCE_HTTPS=0

DB_HOST=localhost
DB_NAME=itechcenter_lalit
DB_USER=root
DB_PASS=


