# MongoDB connection string # For MongoDB Atlas: mongodb+srv://username:password@cluster.mongodb.net/copyadi_checker # For local MongoDB: mongodb://localhost:27017 MONGO_URL=mongodb://localhost:27017 # Database name MONGO_DB=copyadi_checker # JWT secret key (change this in production!) JWT_SECRET=your-secret-key-change-in-production # Invite code for registration (leave empty for public registration) # Set a secret code to enable invite-only registration INVITE_CODE= # API URL for frontend (used by Streamlit) API_URL=http://localhost:8000 # Discord Bot Token (for auto-loading URLs from Discord channels) # Create a bot at https://discord.com/developers/applications # Required permissions: Read Message History, Read Messages/View Channels DISCORD_BOT_TOKEN= PINECONE_API_KEY=your-key-here PINECONE_ENV=us-east-1 PINECONE_INDEX_NAME=copyadi-code-index