Skip to content

Commit b5834fd

Browse files
authored
update reverse proxy url (#118)
1 parent 055c080 commit b5834fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ export const DEFAULT_HOST_URL = IS_DEV
5454
? 'http://localhost:8010'
5555
: 'https://us.i.posthog.com';
5656
export const ANALYTICS_POSTHOG_PUBLIC_PROJECT_WRITE_KEY = 'sTMFPsFhdP1Ssg';
57-
export const ANALYTICS_HOST_URL = 'https://internal-t.posthog.com';
57+
export const ANALYTICS_HOST_URL = 'https://internal-j.posthog.com';
5858
export const DUMMY_PROJECT_API_KEY = '_YOUR_POSTHOG_PROJECT_API_KEY_';

0 commit comments

Comments
 (0)