From a331276c43c13c5539d3b1c07c8fa3eb1bf9b1f4 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sun, 21 Sep 2025 16:06:59 +0000 Subject: [PATCH] build: add environment variables template - Add .env.sample with Convex and WorkOS configuration - Include both server and client-side environment variables Co-authored-by: Ona --- .env.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..cac6141 --- /dev/null +++ b/.env.sample @@ -0,0 +1,10 @@ +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=