From f35330ba4fdc684d8bdafb98204ae89afab66040 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 1 Nov 2024 10:35:09 -0600 Subject: [PATCH] chore: add missing entries to .env.example --- backend/server/.env.example | 1 + frontend/.env.example | 1 + 2 files changed, 2 insertions(+) diff --git a/backend/server/.env.example b/backend/server/.env.example index e9e502a..2cb1ec1 100644 --- a/backend/server/.env.example +++ b/backend/server/.env.example @@ -7,6 +7,7 @@ PORT=4000 WORKERS_KEY= DATABASE_WORKER_URL= STORAGE_WORKER_URL= +AI_WORKER_URL= E2B_API_KEY= DOKKU_HOST= DOKKU_USERNAME= diff --git a/frontend/.env.example b/frontend/.env.example index e63adeb..b1f3451 100644 --- a/frontend/.env.example +++ b/frontend/.env.example @@ -11,6 +11,7 @@ NEXT_PUBLIC_APP_URL=http://localhost:3000 # These URLs should begin with https:// in production NEXT_PUBLIC_DATABASE_WORKER_URL= NEXT_PUBLIC_STORAGE_WORKER_URL= +NEXT_PUBLIC_AI_WORKER_URL= NEXT_PUBLIC_WORKERS_KEY= NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in