comparison Sphinx/source/users/configuration.rst @ 607:eaa6cdfa7ba6 Orthanc-1.9.0

Orthanc 1.9.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jan 2021 12:26:47 +0100
parents 090cc988c35e
children cfeb018b9150
comparison
equal deleted inserted replaced
606:2f000ee9b20d 607:eaa6cdfa7ba6
5 ======================== 5 ========================
6 6
7 Configuring Orthanc simply consists in providing a configuration file. 7 Configuring Orthanc simply consists in providing a configuration file.
8 Orthanc has numerous configuration that are documented in the `default 8 Orthanc has numerous configuration that are documented in the `default
9 configuration file 9 configuration file
10 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.8.2/OrthancServer/Resources/Configuration.json>`_. This 10 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.0/OrthancServer/Resources/Configuration.json>`_. This
11 file is in the `JSON <https://en.wikipedia.org/wiki/JSON>`_ file 11 file is in the `JSON <https://en.wikipedia.org/wiki/JSON>`_ file
12 format. You can generate this file file with the following call:: 12 format. You can generate this file file with the following call::
13 13
14 $ Orthanc --config=Configuration.json 14 $ Orthanc --config=Configuration.json
15 15