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