Overview
Environment variables can override configuration file settings. Useful for Docker deployments.
Available Variables
| Variable | Default | Description |
|---|
NORRI_PORT | 8096 | HTTP server port |
NORRI_DATA_DIR | /config | Data directory path |
NORRI_LOG_LEVEL | info | Logging level |
TZ | UTC | Timezone |
Database
| Variable | Default | Description |
|---|
NORRI_DB_HOST | localhost | PostgreSQL host |
NORRI_DB_PORT | 5432 | PostgreSQL port |
NORRI_DB_NAME | norri | Database name |
NORRI_DB_USER | norri | Database user |
NORRI_DB_PASS | — | Database password |
Docker Compose Example
- NORRI_DB_PASS=secretpassword