# Hostinger Redeploy

Version: 1.7.6

1. Open the Node.js app in Hostinger.
2. Choose **Settings and redeploy**.
3. Select **Upload new files**.
4. Upload `student-quiz-system-v1.7.6-hostinger.zip`.
5. Keep these environment variables:
   - `DATA_DIR=./data`
   - `DISABLE_SQLITE=true`
   - `COOKIE_SECURE=true`
6. Do **not** add `PORT`; Hostinger injects it automatically.
7. Keep the entry file as `index.js`.
8. Save and redeploy.

The deployment ZIP excludes local databases, logs, tests, preview files, and `node_modules`.
