ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
17
fork

Configure Feed

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

at 7a1bfd08554a24f5a5f2e39ed4eac8e85dcbeaf8 16 lines 548 B view raw
1# Copy below .env.mock for mock mode (frontend only); remove the rest 2VITE_LOCAL_MOCK=true 3VITE_ENABLE_OAUTH=false 4VITE_ENABLE_DATABASE=false 5 6# Copy this to .env for full local development and update marked fields 7VITE_LOCAL_MOCK=false 8VITE_API_BASE=/.netlify/functions 9URL=http://127.0.0.1:8888 10DEPLOY_URL=http://127.0.0.1:8888 11DEPLOY_PRIME_URL=http://127.0.0.1:8888 12CONTEXT=dev 13 14# Update these 15NETLIFY_DATABASE_URL=postgresql://user:password@host/database 16OAUTH_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYOUR_KEY_HERE\n-----END PRIVATE KEY-----"