Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


<div align="center">
<h1>🤝 Contrack</h1>
<p><b>People Relationship Manager for Proactive Networking</b></p>
Expand Down Expand Up @@ -243,7 +245,7 @@ Full documentation lives in the [`docs/`](docs/) directory:
| `PORT` | Express listening port | `3210` |
| `HOST` | Bind interface (`0.0.0.0` to expose on LAN) | `127.0.0.1` |
| `AUTH_REQUIRED` | `true` = require sign-in with an account | `false` |
| `API_TOKEN` | Machine credential for scripts/MCP (`Bearer`); also gates | — (off) |
| `API_TOKEN` | Machine credential for scripts/MCP (`Bearer`); also gates API access | — (off) |
| `DATA_DIR` | Root for runtime data (DB, uploads, backups, model cache) | project root |
| `MAPBOX_API_KEY` | Mapbox geocoding (optional, higher accuracy) | — |
| `BACKUP_INTERVAL_HOURS` | Hours between automatic DB snapshots (`0` disables) | `24` |
Expand Down