diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Oct 16 15:30:19 2012 +0200
+++ b/Resources/Configuration.json	Tue Oct 23 14:34:57 2012 +0200
@@ -6,6 +6,9 @@
     // Path to the directory that holds the database
     "StorageDirectory" : "OrthancStorage",
 
+    // The logical name of this instance of Orthanc. This one is
+    // displayed in Orthanc Explorer and at the URI "/system".
+    "Name" : "MyOrthanc",
 
 
     /**
@@ -13,7 +16,7 @@
      **/
 
     // HTTP port for the REST services and for the GUI
-    "HttpPort" : 8000,
+    "HttpPort" : 8042,