File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,18 @@ export const env = {
66 STORAGE_URL :
77 process . env . NEXT_PUBLIC_STORAGE_URL ?? 'https://orion.teacoder.ru' ,
88
9- TURNSTILE_SITE_KEY : process . env . NEXT_PUBLIC_TURNSTILE_SITE_KEY ?? '' ,
10- FPJS_API_KEY : process . env . NEXT_PUBLIC_FPJS_API_KEY ?? '' ,
9+ TURNSTILE_SITE_KEY :
10+ process . env . NEXT_PUBLIC_TURNSTILE_SITE_KEY ??
11+ '0x4AAAAAABCT1vfLsRGDrvdo' ,
12+ FPJS_API_KEY :
13+ process . env . NEXT_PUBLIC_FPJS_API_KEY ?? '7wb2b5FhlpsSLPaAKf3Y' ,
1114 FPJS_ENDPOINT :
1215 process . env . NEXT_PUBLIC_FPJS_ENDPOINT ?? 'https://idp.teacoder.ru' ,
1316 YANDEX_METRIKA_ID : process . env . NEXT_PUBLIC_YANDEX_METRIKA_ID ?? '97742461' ,
1417 GOOGLE_ANALYTICS_ID : process . env . NEXT_PUBLIC_GOOGLE_ANALYTICS_ID ?? '' ,
15- POSTHOG_KEY : process . env . NEXT_PUBLIC_POSTHOG_KEY ?? '' ,
18+ POSTHOG_KEY :
19+ process . env . NEXT_PUBLIC_POSTHOG_KEY ??
20+ 'phc_lxrMAfoAiz8C5xqzdZF8Qdh2AWZuHnn3aP3T0xW6rVg' ,
1621 POSTHOG_HOST :
1722 process . env . NEXT_PUBLIC_POSTHOG_HOST ?? 'https://eu.i.posthog.com'
1823} as const
You can’t perform that action at this time.
0 commit comments