Environment Variables
All configuration is driven by environment variables defined in the .env
file at the repository root. Copy .env.example to .env before starting.
Upload Configuration
Variable |
Default |
Description |
|---|---|---|
|
|
Maximum PCAP file size in bytes (default 512 MB). Applies to both the Spring Boot backend and the nginx reverse proxy. |
Nginx Configuration
Variable |
Default |
Description |
|---|---|---|
|
|
Host port on which nginx listens. Change if port 80 is already in use. |
LLM Configuration
Variable |
Default |
Description |
|---|---|---|
|
|
Base URL of an OpenAI-compatible inference API. See LLM Setup. |
|
(empty) |
API key sent in the |
|
|
Model identifier passed in each API request. Must match a model loaded on your inference server. |
|
|
Sampling temperature (0.0–2.0). Lower values produce more deterministic output; higher values more creative output. |
|
|
Maximum number of tokens the LLM may generate per response. |
Map Configuration
Variable |
Default |
Description |
|---|---|---|
|
(auto) |
Controls the detail level of country/region polygon boundaries rendered on the map view. Higher values increase visual fidelity at the cost of browser rendering time. |
Database Configuration (internal)
The following variables configure the PostgreSQL connection. They are set automatically by Docker Compose and generally do not need to be changed unless you are connecting to an external database.
Variable |
Description |
|---|---|
|
Database name |
|
Database user |
|
Database password — change this in production |
|
Backend database connection password — must match |
MinIO Configuration (internal)
Variable |
Description |
|---|---|
|
MinIO admin username (default |
|
MinIO admin password (default |