Skip to content

Commit

Permalink
[john] - https google maps url default
Browse files Browse the repository at this point in the history
  • Loading branch information
johnam committed Dec 2, 2013
1 parent 88914ce commit f7a19fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ development: &default
readonly_database_url: <%= ENV["READONLY_DATABASE_URL"] %>
no_reply_address: <%= ENV["NO_REPLY_ADDRESS"] || "[email protected]" %>
google_api_key: <%= ENV["GOOGLE_API_KEY"] %>
google_maps_js_url: <%= ENV["GOOGLE_MAPS_JS_URL"] || "http://maps.google.com/maps/api/js?sensor=false" %>
google_maps_js_url: <%= ENV["GOOGLE_MAPS_JS_URL"] || "https://maps.google.com/maps/api/js?sensor=false" %>
keyed_google_maps_js_url: <%= ENV["KEYED_GOOGLE_MAPS_JS_URL"] || "https://maps.googleapis.com/maps/api/js?key=#{ENV["GOOGLE_API_KEY"]}&sensor=false" %>

production:
Expand Down

0 comments on commit f7a19fe

Please sign in to comment.