Type Alias: AdonisMaxmindConfig
ts
type AdonisMaxmindConfig = {
accountId: string | undefined;
edition: MaxMindDatabases | undefined;
licenseKey: string | undefined;
};The configuration object for working with the MaxMind databases.
Properties
| Property | Type |
|---|---|
accountId | string | undefined |
edition | | MaxMindDatabases | undefined |
licenseKey | string | undefined |