Allow credentials to be sent with overpass calls
This commit is contained in:
parent
b33565f6f4
commit
a9063f8369
3 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ OSM = {
|
|||
STATUS: <%= Settings.status.to_json %>,
|
||||
MAX_NOTE_REQUEST_AREA: <%= Settings.max_note_request_area.to_json %>,
|
||||
OVERPASS_URL: <%= Settings.overpass_url.to_json %>,
|
||||
OVERPASS_CREDENTIALS: <%= Settings.overpass_credentials.to_json %>,
|
||||
NOMINATIM_URL: <%= Settings.nominatim_url.to_json %>,
|
||||
GRAPHHOPPER_URL: <%= Settings.graphhopper_url.to_json %>,
|
||||
FOSSGIS_OSRM_URL: <%= Settings.fossgis_osrm_url.to_json %>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue