You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,21 +27,21 @@ If you don't have access to the environment variables during installation, you c
27
27
28
28
Beware of security risks of adding keys and secrets to your repository!
29
29
30
-
**Note:** For backwards compatibility, the account ID is currently optional. When not provided we fall back to using legacy Maxmind download URLs with only the license key. However, this behavior may become unsupported in the future so adding an account ID is recommended.
30
+
**Note:** For backwards compatibility, the account ID is currently optional. When not provided we fall back to using legacy Maxmind download URLs with only the license key. However, this behavior may become unsupported in the future so adding an account ID is recommended.
31
31
32
32
### Selecting databases to download
33
33
34
34
You can select the dbs you want downloaded by adding a `selected-dbs` property on `geolite2` via `package.json`.
35
35
36
-
`selected-dbs` must be an array of strings, one or more of the values `City`, `Country`, `ASN`.
36
+
`selected-dbs` must be an array of edition IDs. For example, `GeoIP2-Enterprise`, `GeoIP2-City`, `GeoLite2-City`, etc (downloading paid databases requires an active subscription).
37
37
38
-
If `selected-dbs` is unset, or is set but empty, all dbs will be downloaded.
38
+
If `selected-dbs` is unset, or is set but empty, all the free GeoLite dbs will be downloaded.
0 commit comments