Skip to content

Commit

Permalink
Update oxidicom env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 8, 2024
1 parent bcdf07b commit 2448560
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/oxidicom.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ The other variables are either for optional features or performance tuning.
|----------------------------------|---------------------------------------------------------------------------------------|
| `OXIDICOM_AMQP_ADDRESS` | (required) AMQP address of the RabbitMQ used by _CUBE_'s celery workers |
| `OXIDICOM_FILES_ROOT` | (required) Path to where _CUBE_'s storage is mounted |
| `OXIDICOM_PROGRESS_NATS_ADDRESS` | (optional) NATS server where to send progress messages |
| `OXIDICOM_QUEUE_NAME` | (optional) RabbitMQ queue name for the celery `register_pacs_series` task |
| `OXIDICOM_NATS_ADDRESS` | (optional) NATS server where to send progress messages |
| `OXIDICOM_PROGRESS_INTERVAL` | Minimum delay between progress messages. Uses [humantime] syntax, e.g. `5ms`. |
| `OXIDICOM_SCP_AET` | DICOM AE title (PACS pushing to `oxidicom` should be configured to push to this name) |
| `OXIDICOM_SCP_STRICT` | Whether receiving PDUs must not surpass the negotiated maximum PDU length. |
Expand Down

0 comments on commit 2448560

Please sign in to comment.