Title here
Summary here
Configure the Incidents platform using environment variables and configuration files.
The platform supports multiple configuration methods:
| Setting | Environment Variable | Default | Description |
|---|---|---|---|
| Server Port | PORT |
8080 |
HTTP server listen port |
| Database | DATABASE_URL |
./data/incidents.db |
Database connection string |
| Log Level | LOG_LEVEL |
info |
Logging verbosity |
| Event Publishing | ENABLE_EVENT_PUBLISHING |
false |
Enable HTTP event distribution |
Configure HTTP event distribution with outbox pattern: