added Geocoding key
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Geocoder.configure(
|
||||
lookup: :google,
|
||||
api_key: ENV['GEOCODING_API'])
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
Geocoder.configure(
|
||||
lookup: :google,
|
||||
api_key: ENV['GEOCODING_API'])
|
||||