ibuilder / .env.sample
Soufianesejjari's picture
Add Docker support, configure environment settings, and enhance API integration
9995fd4
raw
history blame
328 Bytes
# API keys
GROQ_API_KEY=your_groq_api_key_here
# Database settings
SQLITE_DB_PATH=profiles.db
# Service settings
API_HOST=0.0.0.0
API_PORT=8000
# External API URL (set this in production to the public URL)
# Example for Hugging Face: https://your-space-name.hf.space/api
EXTERNAL_API_URL=
# Application settings
DEBUG=false