Skip to content
Snippets Groups Projects
Commit ec5309c6 authored by Tony Miller's avatar Tony Miller
Browse files

add ip_lookup option to initializer template

I noticed this option was in the README, but not in the template, so it
might be nice to have it generated in the template as well.
parent c810ccfb
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ Geocoder.configure(
# Geocoding options
# timeout: 3, # geocoding service timeout (secs)
# lookup: :google, # name of geocoding service (symbol)
# ip_lookup: :freegeoip, # name of IP address geocoding service (symbol)
# language: :en, # ISO-639 language code
# use_https: false, # use HTTPS for lookup requests? (if supported)
# http_proxy: nil, # HTTP proxy server (user:pass@host:port)
......
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