digital-twin-backend / .env.example
AlexKurian's picture
Backend (LFS enabled)
9e7bb72
raw
history blame contribute delete
238 Bytes
# Google Gemini API Configuration
# Get your API key from https://ai.google.dev/
GROQ_API_KEY=your-groq-api-key-here
# Flask Configuration
FLASK_ENV=development
FLASK_DEBUG=True
FLASK_PORT=5000
AMBEE_DATA_KEY=your-ambee-data-api-key-here