diff --git a/config/orthanc.json b/config/orthanc.json index aede836..c177c34 100644 --- a/config/orthanc.json +++ b/config/orthanc.json @@ -197,50 +197,13 @@ }, "StoneWebViewer": { - /** - * Enables/disables the print button. - **/ "PrintEnabled": false, - /** - * Enables/disables the button to download a screenshot of the - * active viewport as a JPEG file. - **/ "DownloadAsJpegEnabled": false, - /** - * Enables/disables the button to download the display study. - * Only used if "OrthancApiRoot" is properly set. - **/ "DownloadStudyEnabled": false, - /** - * If option "DownloadDicomDir" is set to "true", the Stone Web - * viewer will create DICOMDIR media archives (as generated by the - * route "/studies/{id}/media" of Orthanc), instead of archives - * containing a human-readable hierarchy of folders (as generated - * by the route "/studies/{id}/archive"). - **/ "DownloadDicomDir": false, - /** - * By setting option "InstitutionLogo" to an URL containing an - * image, this logo will be displayed at the bottom-left of the - * Stone Web viewer. - **/ "InstitutionLogo": "", - /** - * Whether to display the info panel at startup. Allowed values: - * "Always", "Never", "User". With "User", the user can decide to - * show or not the info panel in the user preferences panel (this - * is implemented using a cookie). (New in Stone Web viewer 2.4) - **/ "ShowInfoPanelAtStartup": "Never", - /** - * Whether to give access to the user preferences window. (New in - * Stone Web viewer 2.4) - **/ "ShowUserPreferencesButton": true, - /** - * Display a "not for diagnostic usage" disclaimer above the list - * of studies/series. (New in Stone Web viewer 2.4) - **/ "ShowNotForDiagnosticUsageDisclaimer": false }, @@ -270,11 +233,11 @@ "PostgreSQL": { "EnableIndex": true, - "EnableStorage": false, // DICOM files are stored in the Orthanc container in /var/lib/orthanc/db/ - "Host": "postgres", // the name of the PostgreSQL container + "EnableStorage": false, + "Host": "postgres", "Port": 5432, - "Database": "orthanc", // default database name in PostgreSQL container (no need to create it) - "Username": "postgres", // default user name in PostgreSQL container (no need to create it) + "Database": "orthanc", + "Username": "postgres", "Password": "password" } } \ No newline at end of file