grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
50
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 620eecec96a65b9c5e94718149eef7d9961fbc01 5 lines 268 B view raw
1export const PUBLIC_URL = Deno.env.get("BFF_PUBLIC_URL") ?? 2 "http://localhost:8080"; 3export const GOATCOUNTER_URL = Deno.env.get("GOATCOUNTER_URL"); 4export const USE_CDN = Deno.env.get("USE_CDN") === "true"; 5export const PDS_HOST_URL = Deno.env.get("PDS_HOST_URL");