sqlLIte / .env
gcharanteja
feat: add Swagger documentation for API endpoints and integrate Swagger UI
de703f2
Raw
History Blame Contribute Delete
225 Bytes
# SQLite Server Connection
# Format: http://localhost:8000 (local) or https://your-space.hf.space (remote)
DB_URL=https://maxxcarl-sqllite.hf.space
# Database/Project name
DATABASE=ecommerce
# Express server port
PORT=3001