From a5d6111021e3f14343f6cec114bab1ac416f9a93 Mon Sep 17 00:00:00 2001 From: Tom Piccirello <8296030+Piccirello@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:54:05 -0700 Subject: [PATCH] chore: add note to public env files (#12792) --- .env.development | 2 ++ .env.production | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.env.development b/.env.development index 9c60afaad..5ed51c3ad 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,5 @@ +# This file is public and only contains non-sensitive values + GATSBY_SQUEAK_API_HOST=https://better-animal-d658c56969.strapiapp.com GATSBY_ALGOLIA_APP_ID=7VNQB5W0TX diff --git a/.env.production b/.env.production index 7073bd9b5..f5d7d59c9 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,5 @@ +# This file is public and only contains non-sensitive values + GATSBY_POSTHOG_API_KEY=sTMFPsFhdP1Ssg GATSBY_POSTHOG_API_HOST=https://d1iyf54ud053a4.cloudfront.net GATSBY_POSTHOG_UI_HOST=https://us.posthog.com