mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 23:32:53 +00:00
Turn geocoding back on for ahoy
This commit is contained in:
parent
7981154674
commit
c52c24591d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ Ahoy.api = false
|
|||
# set to true for geocoding (and add the geocoder gem to your Gemfile)
|
||||
# we recommend configuring local geocoding as well
|
||||
# see https://github.com/ankane/ahoy#geocoding
|
||||
Ahoy.geocode = false
|
||||
Ahoy.geocode = true
|
||||
|
||||
Ahoy.job_queue = :latency_1s
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue