# DATABASE_URL="mysql://root:@localhost:3306/kashpaidb"


DATABASE_URL="mysql://kashoxpk_dbadmin:%6q1[*YwD)x&wn;I0@localhost:3306/kashoxpk_kashpidb" 

# BASE_URL="http://localhost:5000"
DEFAULT_SUPER_ADMIN_NAME="Super Admin"
DEFAULT_SUPER_ADMIN_EMAIL="superadmin@kashpai.com"
DEFAULT_SUPER_ADMIN_PASSWORD="kashpai@123"
PORT=5000 # vps port 6001
BCRYPT_SALT_ROUNDS=12
JWT_SECRET=kashpai-jwt-secret
JWT_REFRESH_SECRET=kashpai-jwt-refresh-secret
JWT_EXPIRES_IN=1d
JWT_REFRESH_EXPIRES_IN=7d

EMAIL_HOST_NAME=kashpai.com
EMAIL_HOST_PORT=465
EMAIL_HOST_USER=noreply@kashpai.com
EMAIL_HOST_PASSWORD=kjws_(u25X$KNY@

# Project
PROJECT_NAME=Kashpai
SUPPORT_EMAIL=support@kashpai.com

# Base URL used to build image links (falls back to BASE_URL, then localhost)
IMAGE_BASE_URL=http://localhost:5000

# OTP
# When true  -> registration/login OTP for phone users is randomly generated and sent by SMS
# When false -> phone OTP is always the fixed DEV_OTP_CODE below and NO SMS is sent
# (email OTP is always randomly generated and sent by email regardless of this flag)
IS_MOBILE_OTP_LIVE=false
DEV_OTP_CODE=1234
OTP_LENGTH=4
OTP_EXPIRES_IN_MINUTES=10

# SMS gateway (only required when IS_MOBILE_OTP_LIVE=true)
SMS_API_URL=
SMS_API_KEY=
SMS_SENDER_ID=

