Skip to content
Snippets Groups Projects
Commit 752dcc76 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[IMP] core: load geoip2 database by default

parent 264398de
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ class configmanager(object):
type="int")
group.add_option("--unaccent", dest="unaccent", my_default=False, action="store_true",
help="Use the unaccent function provided by the database when available.")
group.add_option("--geoip-db", dest="geoip_database", my_default='/usr/share/GeoIP/GeoLiteCity.dat',
group.add_option("--geoip-db", dest="geoip_database", my_default='/usr/share/GeoIP/GeoLite2-City.mmdb',
help="Absolute path to the GeoIP database file.")
parser.add_option_group(group)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment