Skip to content

Commit

Permalink
Update analytics port
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman committed May 16, 2024
1 parent 8a87392 commit c740026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config :reverse_proxy_plug, :http_client, ReverseProxyPlug.HTTPClient.Adapters.H

# Analytics reverse proxy
config :bike_brigade, BikeBrigadeWeb.Router,
analytics_upstream: "http://bike-brigade-analytics.internal/analytics/"
analytics_upstream: "http://bike-brigade-analytics.internal:8080/analytics/"

# Esbuild
config :esbuild,
Expand Down

0 comments on commit c740026

Please sign in to comment.