mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -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,
|
units: DISTANCE_UNIT,
|
||||||
cache: Redis.new,
|
cache: Redis.new,
|
||||||
always_raise: :all,
|
always_raise: :all,
|
||||||
|
use_https: PHOTON_API_USE_HTTPS,
|
||||||
cache_options: {
|
cache_options: {
|
||||||
expiration: 1.day
|
expiration: 1.day
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue