comparison Sphinx/source/users/configuration.rst @ 361:84e3a2612c36

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:37:49 +0200
parents a5f7fc9fb611
children 0fb9369e893e
comparison
equal deleted inserted replaced
360:d217af5e6cb3 361:84e3a2612c36
3 3
4 Configuration of Orthanc 4 Configuration of Orthanc
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://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.6.0/Resources/Configuration.json>`_. This 10 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.0/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 12 format. You can generate this file file with the following call::
13 following call::
14 13
15 $ Orthanc --config=Configuration.json 14 $ Orthanc --config=Configuration.json
16 15
17 The default configuration file would: 16 The default configuration file would:
18 17