comparison Sphinx/source/users/configuration.rst @ 1000:2e103fb1fa11

Orthanc 1.12.2
author Alain Mazy <am@osimis.io>
date Tue, 19 Dec 2023 17:54:15 +0100
parents 1316bc62b5d5
children 17bf6fafb884
comparison
equal deleted inserted replaced
998:bd7fbe3042f7 1000:2e103fb1fa11
6 .. highlight:: bash 6 .. highlight:: bash
7 7
8 Configuring Orthanc simply consists in providing a configuration file. 8 Configuring Orthanc simply consists in providing a configuration file.
9 Orthanc has numerous configuration that are documented in the `default 9 Orthanc has numerous configuration that are documented in the `default
10 configuration file 10 configuration file
11 <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Resources/Configuration.json>`_. This 11 <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.2/OrthancServer/Resources/Configuration.json>`_. This
12 file is in the `JSON <https://en.wikipedia.org/wiki/JSON>`_ file 12 file is in the `JSON <https://en.wikipedia.org/wiki/JSON>`_ file
13 format. You can generate this file file with the following call:: 13 format. You can generate this file file with the following call::
14 14
15 $ Orthanc --config=Configuration.json 15 $ Orthanc --config=Configuration.json
16 16