Skip to content

Commit

Permalink
chore: enable V3 routes for all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Sep 6, 2023
1 parent d44e047 commit a5c82c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ period = String.to_integer(System.get_env("TELEMETRY_POLLER_PERIOD") || "10000")

config :ae_mdw, AeMdw.APM.TelemetryPoller, period: period

config :ae_mdw, enable_v3?: env in ~w(dev test)a
config :ae_mdw, :enable_v3?, true
config :ae_mdw, memstore_lifetime_secs: 15

# Endpoint
Expand Down

0 comments on commit a5c82c5

Please sign in to comment.