Skip to content

Commit c2492a7

Browse files
use fake key in test config
Co-authored-by: Rafael Audibert <32079912+rafaeelaudibert@users.noreply.github.com>
1 parent b8cd598 commit c2492a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Config
22

33
if config_env() == :test do
4-
config :posthog, api_key: "phc_yeluS6373YhTTtwXEhRZ5vEHKyVIsTkm2HGtEwbMr4D", api_url: "https://app.posthog.com"
4+
config :posthog, api_key: "phc_randomrandomrandom", api_url: "https://us.posthog.com"
55
end

0 commit comments

Comments
 (0)