diff Resources/Configuration.json @ 64:71c4a4abe90b orthanc-renaming

renaming of resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:35:31 +0200
parents 601ee9b7f2c7
children e9e3c9e6a555
line wrap: on
line diff
--- a/Resources/Configuration.json	Sun Sep 16 09:33:55 2012 +0200
+++ b/Resources/Configuration.json	Sun Sep 16 09:35:31 2012 +0200
@@ -1,10 +1,10 @@
 {
     /**
-     * General configuration of Palanthir
+     * General configuration of Orthanc
      **/
 
     // Path to the directory that holds the database
-    "StorageDirectory" : "PalanthirStorage",
+    "StorageDirectory" : "OrthancStorage",
 
 
 
@@ -48,7 +48,7 @@
     // Whether or not the password protection is enabled
     "AuthenticationEnabled" : false,
 
-    // The list of the registered users. Because Palanthir uses HTTP
+    // The list of the registered users. Because Orthanc uses HTTP
     // Basic Authentication, the passwords are stored as plain text.
     "RegisteredUsers" : {
         "alice" : "alicePassword"
@@ -65,7 +65,7 @@
         // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ]
     },
 
-    // The list of the known Palanthir peers (currently unused)
-    "PalanthirPeers" : {
+    // The list of the known Orthanc peers (currently unused)
+    "OrthancPeers" : {
     }
 }