linkscout-backend / .env.example
zpsajst's picture
Initial commit with environment variables for API keys
2398be6
# Groq API Configuration
GROQ_API_KEY=your_groq_api_key_here
# Google Search Configuration (Optional)
GOOGLE_API_KEY=your_google_api_key_here
GOOGLE_CSE_ID=your_google_cse_id_here
# Server Configuration
PORT=5000