Skip to content

Commit 4d39f0c

Browse files
committed
Fix lint warnings
Table grumblings in markdown.
1 parent 8010dc3 commit 4d39f0c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/mwl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

docs/pacs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ docker compose down -v
122122
Environment 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 |

docs/upload/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The upload service:
5757
Environment 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 |

0 commit comments

Comments
 (0)