Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Aug 21, 2024
1 parent 9ca9048 commit feecf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/geocoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use_https: true, # use HTTPS for lookup requests? (if supported)
http_proxy: nil, # HTTP proxy server (user:pass@host:port)
https_proxy: nil, # HTTPS proxy server (user:pass@host:port)
api_key: nil, # API key for geocoding service
api_key: ENV['GEOCODER_API_KEY'], # API key for geocoding service
cache: nil, # cache object (must respond to #[], #[]=, and #del)
cache_prefix: 'geocoder:', # prefix (string) to use for all cache keys

Expand All @@ -19,4 +19,4 @@
# Calculation options
units: :km, # :km for kilometers or :mi for miles
distances: :linear # :spherical or :linear
)
)

0 comments on commit feecf99

Please sign in to comment.