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 38f9ce36eee33901fe8957a696e0c16c308eb8f3 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");