diff --git a/config/config.exs b/config/config.exs index 8bf3b54e3..0424a0342 100644 --- a/config/config.exs +++ b/config/config.exs @@ -140,6 +140,9 @@ config :mobilizon, Mobilizon.Service.Geospatial.MapQuest, config :mobilizon, Mobilizon.Service.Geospatial.Mimirsbrunn, endpoint: System.get_env("GEOSPATIAL_MIMIRSBRUNN_ENDPOINT") || nil +config :mobilizon, Mobilizon.Service.Geospatial.Pelias, + endpoint: System.get_env("GEOSPATIAL_PELIAS_ENDPOINT") || nil + config :mobilizon, Oban, repo: Mobilizon.Storage.Repo, prune: {:maxlen, 10_000}, diff --git a/js/src/components/Event/AddressAutoComplete.vue b/js/src/components/Event/AddressAutoComplete.vue index 8b3e6f246..cef479190 100644 --- a/js/src/components/Event/AddressAutoComplete.vue +++ b/js/src/components/Event/AddressAutoComplete.vue @@ -25,7 +25,8 @@