We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f85de commit 1f8d472Copy full SHA for 1f8d472
1 file changed
src/modality_emulator.py
@@ -39,7 +39,7 @@
39
PACS_DB_PATH = os.getenv("PACS_DB_PATH", "/var/lib/pacs/pacs.db")
40
PACS_HOST = os.getenv("PACS_HOST", "localhost")
41
PACS_PORT = int(os.getenv("PACS_PORT", "4244"))
42
-SAMPLE_IMAGES_PATH = os.getenv("SAMPLE_IMAGES_PATH", "/app/sample_images")
+SAMPLE_IMAGES_PATH = os.getenv("SAMPLE_IMAGES_PATH", "sample_images")
43
44
45
class DicomExample:
0 commit comments