File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ docker compose logs -f mwl
7171### MWL server
7272
7373| Variable | Default | Description |
74- | ---------- | --------- | ------------- |
74+ | -------- | ------- | ----------- |
7575| ` MWL_AET ` | ` MWL_SCP ` | Application Entity Title |
7676| ` MWL_PORT ` | ` 4243 ` | DICOM service port |
7777| ` MWL_DB_PATH ` | ` /var/lib/pacs/worklist.db ` | SQLite database path |
@@ -80,7 +80,7 @@ docker compose logs -f mwl
8080### Reset script (` reset_main.py ` )
8181
8282| Variable | Default | Description |
83- | ---------- | --------- | ------------- |
83+ | -------- | ------- | ----------- |
8484| ` MWL_DB_PATH ` | ` /var/lib/pacs/worklist.db ` | SQLite database path |
8585| ` BACKUP_PATH ` | ` /var/lib/pacs/backups ` | Directory for database backups |
8686| ` LOG_LEVEL ` | ` INFO ` | Logging level |
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ docker compose down -v
122122Environment variables:
123123
124124| Variable | Default | Description |
125- | ---------- | --------- | ------------- |
125+ | -------- | ------- | ----------- |
126126| ` PACS_AET ` | ` SCREENING_PACS ` | Application Entity Title |
127127| ` PACS_PORT ` | ` 4244 ` | DICOM service port |
128128| ` PACS_STORAGE_PATH ` | ` /var/lib/pacs/storage ` | Directory for DICOM files |
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The upload service:
5757Environment variables:
5858
5959| Variable | Default | Description |
60- | ---------- | --------- | ------------- |
60+ | -------- | ------- | ----------- |
6161| ` CLOUD_API_ENDPOINT ` | ` http://localhost:8000/api/dicom/upload/ ` | Manage API upload endpoint |
6262| ` PACS_DB_PATH ` | ` /var/lib/pacs/pacs.db ` | PACS SQLite database path |
6363| ` PACS_STORAGE_PATH ` | ` /var/lib/pacs/storage ` | PACS file storage path |
You can’t perform that action at this time.
0 commit comments