Configuration
Configure the product for your environment.
Environment Variables
| Variable | Description | Required |
|---|---|---|
API_KEY | Your API key | Yes |
LOG_LEVEL | debug, info, warn, error | No (default: info) |
Config File
Create a config.json in your project root:
{
"apiKey": "your-api-key",
"environment": "production"
}
Docker
Use environment variables in your Docker setup:
ENV API_KEY=${API_KEY}