From 3d8c34246a2438ee1772ca3660154202ad8f58e7 Mon Sep 17 00:00:00 2001 From: Anthony Shull Date: Mon, 6 May 2024 13:48:57 -0500 Subject: [PATCH] this is the right url --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index ba8cb59f30..287038e992 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -117,7 +117,7 @@ config :dotcom, :mbta_api, config :dotcom, :telemetry_metrics_splunk, token: System.get_env("TELEMETRY_METRICS_SPLUNK_TOKEN"), - url: "https://mbta.splunkcloud.com:8089/services/collector" + url: "https://http-inputs-mbta.splunkcloud.com/services/collector" config :dotcom, aws_index_prefix: System.get_env("AWS_PLACE_INDEX_PREFIX") || "dotcom-dev"