more settings
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Jan 2010 14:51:08 +0000 (14:51 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Jan 2010 14:51:08 +0000 (14:51 +0000)
config/default_config.xml

index 0b2064d..238c710 100644 (file)
@@ -14,6 +14,27 @@ $URL$
 <configuration>
   <variables>
 
+    <!-- ======================================== -->
+    <category id="sfa">
+      <name>General</name>
+      <description>Basic system variables.</description>
+
+      <variablelist>
+       <variable id="interface_hrn" type="string">
+         <name>Human readable name</name>
+         <value>plc</value>
+         <description>The human readable name for this interface.</description>
+       </variable>
+
+       <variable id="api_debug" type="boolean">
+         <name>Debug</name>
+         <value>false</value>
+         <description>Flag to turn debug on.</description>
+       </variable>
+
+      </variablelist>
+    </category>
+
     <!-- ======================================== -->
     <category id="sfa_registry">
       <name>Registry</name>