diff Resources/Configuration.json @ 49:e1a3ae0dadf3

renaming of resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Sep 2012 15:38:08 +0200
parents 96e57b863dd9
children 601ee9b7f2c7
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Sep 05 15:36:45 2012 +0200
+++ b/Resources/Configuration.json	Wed Sep 05 15:38:08 2012 +0200
@@ -1,10 +1,10 @@
 {
     /**
-     * General configuration of Palantir
+     * General configuration of Palanthir
      **/
 
     // Path to the directory that holds the database
-    "StorageDirectory" : "PalantirStorage",
+    "StorageDirectory" : "PalanthirStorage",
 
 
 
@@ -45,7 +45,7 @@
     // Whether or not the password protection is enabled
     "AuthenticationEnabled" : false,
 
-    // The list of the registered users. Because Palantir uses HTTP
+    // The list of the registered users. Because Palanthir uses HTTP
     // Basic Authentication, the passwords are stored as plain text.
     "RegisteredUsers" : {
         "alice" : "alicePassword"
@@ -62,7 +62,7 @@
         // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ]
     },
 
-    // The list of the known Palantir peers (currently unused)
-    "PalantirPeers" : {
+    // The list of the known Palanthir peers (currently unused)
+    "PalanthirPeers" : {
     }
 }