Mercurial > hg > orthanc-book
comparison Sphinx/source/users/configuration.rst @ 860:3e8a3a900e9e
Orthanc 1.11.1
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 30 Jun 2022 16:48:08 +0200 |
parents | c29ac12e3160 |
children | f72b2dd172da |
comparison
equal
deleted
inserted
replaced
858:09be5f68aabf | 860:3e8a3a900e9e |
---|---|
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.11.0/OrthancServer/Resources/Configuration.json>`_. This | 11 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.11.1/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 |