Set these in cPanel Setup Node.js App for https://conference.pjl-apps.online.

APP_ENV="production"
APP_URL="https://conference.pjl-apps.online"
DATABASE_URL="mysql://pjlahazu_conference_root:%5B6U4%24%217XFj%3D6m79_@localhost:3306/pjlahazu_conference?connection_limit=5"
SESSION_SECRET="6RIv6tvMQEZiFgxuVbQJuM3dAwVzogqzxHS+QWhMcPwOZDtlyM6G45a8+/EOn6HZ"
CRON_SECRET="ppO4U4mveQrJ4CvOedSVA0Yi3ndE1cxpPa2VlqroqVgvl4DY3/VtmsqgS1d0ektC"
UPLOAD_ROOT="./uploads"

Optional SMTP settings for real email sending:

SMTP_HOST=""
SMTP_PORT="587"
SMTP_SECURE="false"
SMTP_USERNAME=""
SMTP_PASSWORD=""
SMTP_FROM_EMAIL="conference@pjl-apps.online"
SMTP_FROM_NAME="PMAP Annual Conference"

Mobile APK API URL:

EXPO_PUBLIC_API_URL="https://conference.pjl-apps.online"

Notes:
- The database password is URL-encoded in DATABASE_URL.
- Keep this file private. Do not upload it into a publicly browsable folder.
- SESSION_SECRET and CRON_SECRET have been generated for this deployment.
