Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in self-hosting docs #419

Merged
merged 1 commit into from
Aug 4, 2023
Merged
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
2 changes: 1 addition & 1 deletion docs/self-hosting-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You need to create an account and use their **GeoLite2 Country** database.

| Parameter | Default | Description |
| ------------------- | ---------------------- | -------------------------------------------------------- |
| MAXMIND_LICENSE_KEY | -- | MaxMind license key to automatically download and update the datase |
| MAXMIND_LICENSE_KEY | -- | MaxMind license key to automatically download and update the database |
| MAXMIND_EDITION | GeoLite2-City | MaxMind database edition to use (only if MAXMIND_LICENSE_KEY is set) |
| GEOLITE2_COUNTRY_DB | -- | Path to your custom IP geolocation database in MaxMind's format |
| GEONAMES_SOURCE_FILE | -- | Path to your custom CSV file containing geoname_id -> place name mapping. [geonames.lite.csv](https://github.com/plausible/location/blob/main/priv/geonames.lite.csv) is used by default.
Expand Down