Skip to content

Commit 863629b

Browse files
Schero94claude
andcommitted
fix(docs): document MaxMind credentials required by geoip updater CLI
The CLI updater reads MAXMIND_ACCOUNT_ID and MAXMIND_LICENSE_KEY from the environment; document them so npm run geoip:update does not fail with a missing-credentials error. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent afc6e60 commit 863629b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,13 @@ enter the MaxMind account ID and license key, then use **Download / Update DB**.
304304
The plugin stores the credentials in the Strapi plugin store and never returns
305305
the license key to the browser after saving it.
306306

307-
Download or update the database:
307+
Download or update the database. The CLI updater needs your MaxMind
308+
credentials via environment variables (the in-admin updater stores them in the
309+
Strapi plugin store instead):
308310

309311
```bash
312+
export MAXMIND_ACCOUNT_ID=your_account_id
313+
export MAXMIND_LICENSE_KEY=your_license_key
310314
npm run geoip:update
311315
```
312316

0 commit comments

Comments
 (0)