Skip to main content

Configuration

Configure the product for your environment.

Environment Variables

VariableDescriptionRequired
API_KEYYour API keyYes
LOG_LEVELdebug, info, warn, errorNo (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}