@@ -48,3 +48,12 @@ config :guardian, Guardian.DB,
|
||||
schema_name: "guardian_tokens", # default
|
||||
token_types: ["refresh_token"], # store all token types if not set
|
||||
sweep_interval: 60 # default: 60 minutes
|
||||
|
||||
config :geolix,
|
||||
databases: [
|
||||
%{
|
||||
id: :city,
|
||||
adapter: Geolix.Adapter.MMDB2,
|
||||
source: "priv/static/GeoLite2-City.mmdb"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user