PORT=5000
DB_HOST=localhost
DB_USER=cpanel_db_username
DB_PASSWORD=cpanel_db_password
DB_NAME=cpanel_db_name
JWT_SECRET=change_this_to_a_strong_random_secret_key
NODE_ENV=production
APP_BASE_URL=https://yourdomain.mn
HCAPTCHA_SECRET=your_hcaptcha_secret_key_here
