tomhughes left a comment (openstreetmap/openstreetmap-website#7208)
So you can't actually reuse the existing `overpass_url` setting in the way
you're doing here because that is already in use to configure the overpass
query endpoint used by the query tool and that might not be (and is not in our
production use case) a public server that can be used on the export page.
So we'll need to have two separate settings, one for the query tool and one for
the export page.
That also means the arguments about the what level of URL to use become moot
because each can just be the full path.
Note that our internal server used for the query tool doesn't have `api` in the
URL or end with `interpreter` so you can't really assume anything much about
the URL structure!
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7208#issuecomment-4886475759
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/7208/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev