comparison Resources/Configuration.json @ 151:11e48e70c039

instance naming
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Oct 2012 14:34:57 +0200
parents efe5be1d6afc
children 616a2aaf5a4d dcf6475e2b40
comparison
equal deleted inserted replaced
150:1058c115aed1 151:11e48e70c039
4 **/ 4 **/
5 5
6 // Path to the directory that holds the database 6 // Path to the directory that holds the database
7 "StorageDirectory" : "OrthancStorage", 7 "StorageDirectory" : "OrthancStorage",
8 8
9 // The logical name of this instance of Orthanc. This one is
10 // displayed in Orthanc Explorer and at the URI "/system".
11 "Name" : "MyOrthanc",
9 12
10 13
11 /** 14 /**
12 * Configuration of the HTTP server 15 * Configuration of the HTTP server
13 **/ 16 **/
14 17
15 // HTTP port for the REST services and for the GUI 18 // HTTP port for the REST services and for the GUI
16 "HttpPort" : 8000, 19 "HttpPort" : 8042,
17 20
18 21
19 22
20 /** 23 /**
21 * Configuration of the DICOM server 24 * Configuration of the DICOM server