From 9f4db2058abe55d37683bb30108a5f907ba160ec Mon Sep 17 00:00:00 2001 From: CGDogan <126820728+CGDogan@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:51:59 +0100 Subject: [PATCH] config json fits better in "config/" --- caMicroscope.yml | 2 +- OrthancConfiguration.json => config/OrthancConfiguration.json | 0 develop.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename OrthancConfiguration.json => config/OrthancConfiguration.json (100%) diff --git a/caMicroscope.yml b/caMicroscope.yml index a7e197e..57868a9 100644 --- a/caMicroscope.yml +++ b/caMicroscope.yml @@ -73,7 +73,7 @@ services: volumes: - ./jwt_keys/:/root/keys/ - ./images/:/images/ - - ./OrthancConfiguration.json:/root/src/Configuration.json + - ./config/OrthancConfiguration.json:/root/src/Configuration.json environment: DICOM_PORT: "11112" DICOM_UI_PORT: "8042" diff --git a/OrthancConfiguration.json b/config/OrthancConfiguration.json similarity index 100% rename from OrthancConfiguration.json rename to config/OrthancConfiguration.json diff --git a/develop.yml b/develop.yml index ee20984..9ad7486 100644 --- a/develop.yml +++ b/develop.yml @@ -55,7 +55,7 @@ services: volumes: - ./jwt_keys/:/root/keys/ - ./images/:/images/ - - ./OrthancConfiguration.json:/root/src/Configuration.json + - ./config/OrthancConfiguration.json:/root/src/Configuration.json environment: DICOM_PORT: "11112" DICOM_UI_PORT: "8042"