feat: a couple env variables more

This commit is contained in:
redglow
2026-06-21 19:44:33 +02:00
parent 7d973739da
commit 61196dc325
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Compile:
Run:
```
NODE_ENV=production HTTP_PORT=1234 node ./src/server/main.ts
NODE_ENV=production HTTP_PORT=1234 DATABASE_PATH=/opt/owof-announcements/data.db UPLOADS_DIR=/opt/owof-announcements/uploads node /opt/owof-announcements/code/src/server/main.ts
```
Copy to server: