- Add .env.sample with Convex and WorkOS configuration - Include both server and client-side environment variables Co-authored-by: Ona <no-reply@ona.com>
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
CONVEX_SELF_HOSTED_URL=
|
|
CONVEX_SELF_HOSTED_ADMIN_KEY=
|
|
CONVEX_URL=
|
|
WORKOS_CLIENT_ID=
|
|
WORKOS_CLIENT_SECRET=
|
|
WORKOS_API_KEY=
|
|
|
|
BUN_PUBLIC_CONVEX_URL=
|
|
BUN_PUBLIC_WORKOS_CLIENT_ID=
|
|
BUN_PUBLIC_WORKOS_REDIRECT_URI=
|