From b70cb8bc5801ec3d568d09c7cb421eff347a98a7 Mon Sep 17 00:00:00 2001 From: Ariel Weinberger Date: Thu, 17 Jul 2025 20:36:55 -0500 Subject: [PATCH] env example --- .env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8c4ee6129..4bfe125d9 100644 --- a/.env.example +++ b/.env.example @@ -4,4 +4,7 @@ PUBLIC_APPWRITE_MULTI_REGION=false PUBLIC_APPWRITE_ENDPOINT=http://localhost/v1 PUBLIC_STRIPE_KEY= PUBLIC_GROWTH_ENDPOINT= -PUBLIC_AI_SERVICE_BASE_URL=http://localhost:8889 \ No newline at end of file +PUBLIC_AI_SERVICE_BASE_URL=http://localhost:8889 +WORKSPACE_URL_PROTOCOL=http +WORKSPACE_URL_DOMAIN=functions.localhost +WORKSPACE_URL_PORT=4002 \ No newline at end of file