# MongoDB connection string from 1Password DATABASE_URL="op://NHCarrigan/MongoDB Atlas Library/connection-string" # Discord OAuth secrets DISCORD_CLIENT_ID="op://NHCarrigan/Library OAuth Discord/client-id" DISCORD_CLIENT_SECRET="op://NHCarrigan/Library OAuth Discord/client-secret" # JWT secret for session management JWT_SECRET="op://NHCarrigan/Library App/jwt-secret" # Application URLs FRONTEND_URL="http://localhost:4200" API_URL="http://localhost:3000"