comparison Sphinx/source/users/configuration.rst @ 817:01fa632daae9 Orthanc-1.10.0

Orthanc 1.10.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Feb 2022 15:03:44 +0100
parents 4e9dc26a5cb9
children e95713f90614
comparison
equal deleted inserted replaced
816:908ca7847b9d 817:01fa632daae9
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.7/OrthancServer/Resources/Configuration.json>`_. This 11 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.10.0/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