chore: print data extracted from environment.
Build and Deploy / Build and Upload (push) Successful in 1m16s
Build and Deploy / Upload (push) Successful in 1m47s

This commit is contained in:
redglow
2026-06-23 15:26:11 +02:00
parent 4b1174cb30
commit f729d24c65
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Compile:
Run:
```
NODE_ENV=production HTTP_PORT=1234 DATABASE_PATH=/opt/owofannouncements/data.db UPLOADS_DIR=/opt/owofannouncements/uploads node /opt/owofannouncements/server/src/server/main.ts
NODE_ENV=production HTTP_PORT=19285 DATABASE_PATH=/opt/owofannouncements/data.db UPLOADS_DIR=/opt/owofannouncements/uploads node /opt/owofannouncements/server/src/server/main.ts
```
Copy to server: