Podcasts hosted on ATProto
at main 401 B view raw
1# Server Configuration 2PORT=5000 3NODE_ENV=development 4 5# Session Configuration 6SESSION_SECRET=change-this-to-a-random-secret-in-production 7 8# Public URL (for OAuth callbacks and RSS feed URLs) 9PUBLIC_URL=http://localhost:5000 10 11# Note: AT Protocol authentication is now handled per-user via OAuth. 12# Users authenticate with their own Bluesky/AT Protocol credentials. 13# No hardcoded credentials needed!