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 1cb0024 commit cefa9beCopy full SHA for cefa9be
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