Mercurial > hg > orthanc-book
comparison Sphinx/source/users/configuration.rst @ 490:933e28b6a64d
Orthanc 1.7.3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 24 Aug 2020 08:05:10 +0200 |
parents | a10f0e5be459 |
children | f22b3743fd3f |
comparison
equal
deleted
inserted
replaced
489:c33016871f1e | 490:933e28b6a64d |
---|---|
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.7.2/OrthancServer/Resources/Configuration.json>`_. This | 10 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.3/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 |