ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
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-----"