ups, this one is gone we use the URL as it is
[sfa.git] / config / sfa_config
index 10d617b..7c78b0f 100644 (file)
@@ -1,5 +1,5 @@
-# Directory where Geni intefaces are installed
-GENI_BASE_DIR="/usr/share/geniwrapper/" 
+# Directory where SFA interfaces are installed
+GENI_BASE_DIR="/usr/share/sfa/" 
 
 # HRN
 # Human readable name for the interfaces
@@ -69,7 +69,7 @@ GENI_SM_PORT=12347
 
 GENI_PLC_USER='root@localhost.localdomain'
 
-# Passowrd
+# Password
 # Password for user account
 GENI_PLC_PASSWORD='root'
 
@@ -81,3 +81,18 @@ GENI_PLC_URL='https://localhost:443/PLCAPI/'
 # Path of PLC shell. This only applies if Geni interfaces and PLC interface are running on the same 
 # machine
 GENI_PLC_SHELL_PATH='/usr/share/plc_api'
+
+# PLC DB Name
+GENI_PLC_DB_NAME='planetlab5'
+
+# PLC DB Host
+GENI_PLC_DB_HOST='www.planet-lab.org'
+
+# PLC DB port
+GENI_PLC_DB_PORT=5432
+
+# PLC DB User
+GENI_PLC_DB_USER='pgsqluser'
+
+# PLC DB Password
+GENI_PLC_DB_PASSWORD=''