PORT=5000
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_NAME=shuddhatam
FRONTEND_URL=http://localhost:5173

# Admin panel JWT signing (optional — strong random string in production; else default dev secret is used)
# ADMIN_JWT_SECRET=

# Public URL of this API (optional). Used in uploaded image URLs when app is behind a proxy.
# PUBLIC_BASE_URL=https://api.yoursite.com

# Google Sign-In
GOOGLE_CLIENT_ID=323824764557-s7qge6q7nh504j817qj7o532urob6vb6.apps.googleusercontent.com
