# Copy to apps/web-astro/.env PUBLIC_PAYLOAD_URL=http://localhost:3000 # Typesense (browser — search-only key, safe to expose) PUBLIC_TYPESENSE_HOST=localhost PUBLIC_TYPESENSE_PORT=8108 PUBLIC_TYPESENSE_PROTOCOL=http PUBLIC_TYPESENSE_SEARCH_ONLY_API_KEY=carpa-typesense-search-only-key # Public base URL for each collection's media, used to build thumbnail + file # URLs on the listings and detail pages (no trailing slash). Point at the # ImageKit endpoint mapped to the R2 bucket, e.g. https://images.carpa.com/activities # — the stored thumbnail is a flat renamed file at the bucket root # (CODE-slug-…​.jpg), so the app requests /?tr=w- (ImageKit resizes). # Leave unset → no images. # PUBLIC_ACTIVITIES_MEDIA_URL=https://images.carpa.com/activities # PUBLIC_CONFERENCES_MEDIA_URL=https://images.carpa.com/conferences