Bump artifacts & environment tweaks

- Adjusted database creds.
- Updated server artifacts to latest.
This commit is contained in:
Jacob
2025-08-24 20:31:27 +01:00
parent 22f58ac722
commit 25ea292757
51 changed files with 38 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const app = express();
app.use(cookieParser());
app.use(cors());
app.use(express.json({limit: '50mb'}));
app.listen(5000);
app.listen(5069);
// POST listener from GitHub
console.log("Started fetch listener successfully...")