mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Add use_https option to geocoder initializer
This commit is contained in:
parent
4135e51f41
commit
750bb4976c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue