Revert "change port"

This reverts commit 30dceb25b0.
This commit is contained in:
Arjun 2026-03-28 00:29:14 +05:30
parent 30dceb25b0
commit 0128ce697d
4 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ cd server
python server.py
```
The server will run at `http://localhost:19876`.
The server will run at `http://localhost:3001`.
### 3. Install the Chrome Extension

View file

@ -1,4 +1,4 @@
const SERVER_URL = 'http://localhost:19876';
const SERVER_URL = 'http://localhost:3001';
const contentHashMap = new Map();
let cachedConfig = null;

View file

@ -1,4 +1,4 @@
const SERVER_URL = 'http://localhost:19876';
const SERVER_URL = 'http://localhost:3001';
let currentDomain = null;

View file

@ -214,7 +214,7 @@ app.post('/browse/config', (req, res) => {
return res.json({ status: 'saved', config: data });
});
const PORT = 19876;
const PORT = 3001;
const RETENTION_DAYS = 7;
const CLEANUP_INTERVAL_MS = 60 * 60 * 1000; // 1 hour