Skip to content
Snippets Groups Projects
Commit 4d7d8dbc authored by Thu Trang Pham's avatar Thu Trang Pham Committed by GitHub
Browse files

Adding documentation for host option on telize (#1186)

parent f1a9ed3b
No related branches found
No related tags found
No related merge requests found
......@@ -761,7 +761,8 @@ This uses the PostcodeAnywhere UK Geocode service, this will geocode any string
* **Documentation**: https://market.mashape.com/fcambus/telize
* **Terms of Service**: ?
* **Limitations**: ?
* **Notes**: To use Telize set `Geocoder.configure(:ip_lookup => :telize, :api_key => "your_api_key")`.
* **Notes**: To use Telize set `Geocoder.configure(:ip_lookup => :telize, :api_key => "your_api_key")`. Or configure your self-hosted telize with the `host` option: `Geocoder.configure(:ip_lookup => :telize, :telize => {:host => "localhost"})`.
#### MaxMind Legacy Web Services (`:maxmind`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment