Skip to content

Commit

Permalink
fix: use correct way to idenify build environment (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter authored Dec 3, 2024
1 parent 0100507 commit 0d20b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync-service/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,5 @@ config :electric,
storage: storage,
persistent_kv: persistent_kv,
listen_on_ipv6?: env!("ELECTRIC_LISTEN_ON_IPV6", :boolean, false),
call_home_telemetry: env!("ELECTRIC_USAGE_REPORTING", :boolean, Mix.env() == :prod),
call_home_telemetry: env!("ELECTRIC_USAGE_REPORTING", :boolean, config_env() == :prod),
telemetry_url: "https://checkpoint.electric-sql.com"

0 comments on commit 0d20b97

Please sign in to comment.