Use https for nominatim
This commit is contained in:
parent
ce9066797c
commit
af1397436f
3 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ defaults: &defaults
|
|||
# Enable legacy OAuth 1.0 support
|
||||
oauth_10_support: true
|
||||
# URL of Nominatim instance to use for geocoding
|
||||
nominatim_url: "//nominatim.openstreetmap.org/"
|
||||
nominatim_url: "https://nominatim.openstreetmap.org/"
|
||||
# Default editor
|
||||
default_editor: "id"
|
||||
# OAuth consumer key for Potlatch 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue