comparison Sphinx/source/users/configuration.rst @ 763:4e9dc26a5cb9 Orthanc-1.9.7

Orthanc 1.9.7
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Aug 2021 11:24:43 +0200
parents 97e6a0431c5e
children 01fa632daae9
comparison
equal deleted inserted replaced
762:b3fe7b0a09fc 763:4e9dc26a5cb9
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://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Resources/Configuration.json>`_. This 11 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.7/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