Add use_https option to geocoder initializer

This commit is contained in:
Eugene Burmakin 2024-10-19 18:39:01 +02:00
parent 4135e51f41
commit 750bb4976c

View file

@ -5,6 +5,7 @@ settings = {
units: DISTANCE_UNIT,
cache: Redis.new,
always_raise: :all,
use_https: PHOTON_API_USE_HTTPS,
cache_options: {
expiration: 1.day
}