HOSTNAME="0.0.0.0"
NODE_ENV="production"
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=Dila1011@
DB_NAME=uws_db

# SMTP Email Configuration (SpaceMail SSL)
SMTP_HOST="mail.spacemail.com"
SMTP_PORT=465
SMTP_SECURE=true
SMTP_USER="system@udawalawawildsafari.com"
SMTP_PASS="G9v#pT!2kL@wZ6eQ"
SMTP_FROM_NAME="Udawalawe Wild Safari"
SMTP_FROM_EMAIL="system@udawalawawildsafari.com"

# Text.lk Sri Lanka SMS Gateway Configuration
TEXTLK_API_KEY="6433|bbeuCWjnwIzAZsdulo4BRwjfEtqAXZKfPAGUKpEQ10b1bcd3"
TEXTLK_SENDER_ID="TextLKDemo"
