Skip to content

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

PropertyType
accountIdstring | undefined
edition| MaxMindDatabases | undefined
licenseKeystring | undefined