-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 877 Bytes
/
.env.example
File metadata and controls
20 lines (16 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Cypress Cloud — obtain from https://cloud.cypress.io after creating a project.
# CYPRESS_PROJECT_ID is not sensitive but kept here for consistency.
# CYPRESS_RECORD_KEY is secret — never commit the real value.
CYPRESS_PROJECT_ID=your_project_id_here
CYPRESS_RECORD_KEY=your_record_key_here
# Rollbar — server-side token.
# NEVER expose this to the browser. Used in Server Components, API Routes, and instrumentation.ts only.
ROLLBAR_SERVER_TOKEN=your_server_token_here
# Rollbar — client-side (post-client) token.
# Safe to expose publicly. Has write-only, limited-scope permissions on the Rollbar project.
NEXT_PUBLIC_ROLLBAR_CLIENT_TOKEN=your_client_token_here
# Google Analytics 4 id
NEXT_PUBLIC_GA_ID=your_project_id_here
# Hotjar analytics id and sv (snippet version)
NEXT_PUBLIC_HOTJAR_ID=your_project_id_here
NEXT_PUBLIC_HOTJAR_SV=your_snippet_version_here