mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-14 23:21:19 +00:00
25 lines
1.1 KiB
Bash
25 lines
1.1 KiB
Bash
# NOTE: Sensitive ENV vars are overridden with their real values in .env.local
|
|
# for local development and in the "Environment Variables" setting on Vercel
|
|
# for production (https://vercel.com/roo-code/roo-code-cloud/settings/environment-variables).
|
|
|
|
# Deep Links
|
|
VSCODE_EXTENSION_BASE_URL=vscode://RooVeterinaryInc.roo-cline
|
|
CURSOR_EXTENSION_BASE_URL=cursor://RooVeterinaryInc.roo-cline
|
|
|
|
# Clerk
|
|
CLERK_SECRET_KEY=your_clerk_secret_key
|
|
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_ZXBpYy1jaGFtb2lzLTg1LmNsZXJrLmFjY291bnRzLmRldiQ
|
|
NEXT_PUBLIC_CLERK_FRONTEND_API=https://epic-chamois-85.clerk.accounts.dev
|
|
|
|
# https://clerk.com/docs/deployments/clerk-environment-variables#sign-in-and-sign-up-redirects
|
|
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
|
|
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
|
|
NEXT_PUBLIC_CLERK_SIGN_IN_FORCE_REDIRECT_URL=/dashboard
|
|
NEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL=/dashboard
|
|
NEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_REDIRECT_URL=/dashboard
|
|
NEXT_PUBLIC_CLERK_SIGN_UP_FALLBACK_REDIRECT_URL=/dashboard
|
|
|
|
# ClickHouse
|
|
CLICKHOUSE_URL=https://fake.us-west-2.aws.clickhouse.cloud:1234
|
|
CLICKHOUSE_USERNAME=default
|
|
CLICKHOUSE_PASSWORD=fake-your_clickhouse_password
|