From 01107a5c535dfef790a2aa3abbcd82d12a9e4b34 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:01:47 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb3c8b..21c630f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +

🤝 Contrack

People Relationship Manager for Proactive Networking

@@ -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` |