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