yuting111222's picture
Add Health Assistant AI project with AI food analyzer and complete backend/frontend
89b8989
raw
history blame contribute delete
236 Bytes
# 資料庫設定
DATABASE_URL=sqlite:///./data/health_assistant.db
# Redis 設定
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0
# API 設定
API_HOST=localhost
API_PORT=8000
USDA_API_KEY="0bZCszzPSbc5r6RXfm0aHKtWGX2V0SX1hLiMmXwi"