Skip to content
Snippets Groups Projects
Commit c61ed518 authored by Alex Reisner's avatar Alex Reisner Committed by GitHub
Browse files

Merge pull request #1177 from mcfiredrill/add-iplookup-to-template

add ip_lookup option to initializer template
parents c810ccfb ec5309c6
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ Geocoder.configure( ...@@ -2,6 +2,7 @@ Geocoder.configure(
# Geocoding options # Geocoding options
# timeout: 3, # geocoding service timeout (secs) # timeout: 3, # geocoding service timeout (secs)
# lookup: :google, # name of geocoding service (symbol) # lookup: :google, # name of geocoding service (symbol)
# ip_lookup: :freegeoip, # name of IP address geocoding service (symbol)
# language: :en, # ISO-639 language code # language: :en, # ISO-639 language code
# use_https: false, # use HTTPS for lookup requests? (if supported) # use_https: false, # use HTTPS for lookup requests? (if supported)
# http_proxy: nil, # HTTP proxy server (user:pass@host:port) # 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