# Database configuration DATABASE_URL=postgresql://slices:slices@localhost:5432/slices # Server configuration PORT=3000 # Process type: all (everything), app (HTTP + Jetstream), or worker (sync jobs only) # PROCESS_TYPE=all # Authentication service base URL AUTH_BASE_URL=http://localhost:8081 # AT Protocol relay endpoint for backfill RELAY_ENDPOINT=https://relay1.us-west.bsky.network # AT Protocol Jetstream hostname JETSTREAM_HOSTNAME=jetstream2.us-west.bsky.network # System slice URI SYSTEM_SLICE_URI=at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z # Default maximum repositories per sync operation DEFAULT_MAX_SYNC_REPOS=5000 # Logging level RUST_LOG=debug # Redis configuration (optional - if not set, falls back to in-memory cache) REDIS_URL=redis://localhost:6379 REDIS_TTL_SECONDS=3600