From 0d6dea65b78ea955b0fc2f9aebfd6610f3cb3204 Mon Sep 17 00:00:00 2001 From: brokenscripts <33771978+brokenscripts@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:07:00 -0400 Subject: [PATCH] Fix geoip_account_id typo from accc to acc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aceccdc..97f5e74 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ AUTHENTIK_EMAIL__FROM=file:///run/secrets/gmail_smtp_username ################################################################ GEOIPUPDATE_EDITION_IDS="GeoLite2-City GeoLite2-ASN" # Space seperated GEOIPUPDATE_FREQUENCY=8 # Frequency to check for updates, in hours -GEOIPUPDATE_ACCOUNT_ID_FILE=/run/secrets/geoip_acccount_id +GEOIPUPDATE_ACCOUNT_ID_FILE=/run/secrets/geoip_account_id GEOIPUPDATE_LICENSE_KEY_FILE=/run/secrets/geoip_license_key ``` @@ -185,10 +185,10 @@ Create a gmail account and input the info. ``` Go to https://dev.maxmind.com/geoip/geolite2-free-geolocation-data in order to generate a free license key (https://www.maxmind.com/en/accounts/current/license-key) for use. -- `geoip_acccount_id` +- `geoip_account_id` - `geoip_license_key` ```bash - echo -n 'CHANGEME' > geoip_acccount_id + echo -n 'CHANGEME' > geoip_account_id echo -n 'CHANGEME' > geoip_license_key ```