taking out debug lines from the previous commit
[sfa.git] / config / sfa_config
index a3d5055..ec8d726 100644 (file)
@@ -1,5 +1,5 @@
 # HRN
-# Human readable name for the interfaces
+# Human readable name for this interface
 SFA_INTERFACE_HRN="plc"   
 
 
@@ -18,7 +18,9 @@ SFA_REGISTRY_ENABLED=1
 SFA_REGISTRY_ROOT_AUTH="plc"
 
 # Level1 Auth
-# The hrn of the registry's level1 auth
+# The hrn of the registry's level1 auth (sub authority)
+# The full name of this interface (only secify if this 
+# interface is a sub authority)
 # xxx could be determined from hrn above
 SFA_REGISTRY_LEVEL1_AUTH=""
 
@@ -89,5 +91,9 @@ SFA_PLC_DB_USER='pgsqluser'
 SFA_PLC_DB_PASSWORD=''
 
 # Directory internal data gets stored
-# using /etc/sfa until gec5 but /usr/share/sfa would be a more reasonable choice
-SFA_BASE_DIR="/etc/sfa"
+# using /etc/sfa until gec5 but /var/lib/sfa would be a more reasonable choice
+SFA_CONFIG_DIR="/etc/sfa"
+
+# Directory internal data gets stored
+SFA_DATA_DIR="/var/lib/sfa"
+