diff --git a/.env b/.env index 24eaabd..01eae8d 100644 --- a/.env +++ b/.env @@ -1,3 +1,2 @@ ILUM_DOMAIN=https://ilumv2.xp-bot.net -DEVELOPERS=265849018662387712,524860237979582464 -PUBLIC_HAPPYKIT_API=flags_pub_development_349193885386277458 \ No newline at end of file +DEVELOPERS=265849018662387712,524860237979582464 \ No newline at end of file diff --git a/.env.development b/.env.development index 876c8a2..ce1478f 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ # NEXT_PUBLIC_BACKEND_DOMAIN=https://api.xp-bot.net NEXT_PUBLIC_BACKEND_DOMAIN=http://localhost:3300 -NEXT_PUBLIC_FLAGS_ENVIRONMENT_KEY=flags_pub_development_349193885386277458 \ No newline at end of file +PUBLIC_HAPPYKIT_API=flags_pub_development_349193885386277458 \ No newline at end of file diff --git a/.env.production b/.env.production index 3fec08a..7e18e2a 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ NEXT_PUBLIC_BACKEND_DOMAIN=https://api.xp-bot.net -NEXT_PUBLIC_FLAGS_ENVIRONMENT_KEY=flags_pub_349193885386277458 \ No newline at end of file +PUBLIC_HAPPYKIT_API=flags_pub_349193885386277458 \ No newline at end of file diff --git a/.env.staging b/.env.staging index 0d3e37b..bbeab7c 100644 --- a/.env.staging +++ b/.env.staging @@ -1,3 +1,3 @@ # NEXT_PUBLIC_BACKEND_DOMAIN=https://beta.xp-bot.net NEXT_PUBLIC_BACKEND_DOMAIN=https://api.beta.xp-bot.net -NEXT_PUBLIC_FLAGS_ENVIRONMENT_KEY=flags_pub_development_349193885386277458 \ No newline at end of file +PUBLIC_HAPPYKIT_API=flags_pub_development_349193885386277458 \ No newline at end of file