a little nicer wrt pep8
[sfa.git] / config / sfi_config
index b148473..60f91a4 100644 (file)
@@ -1,16 +1,19 @@
-# user-level configuration for sfi
+# user-level configuration example for sfi
 
 ### hrn of your authority
-export SFI_AUTH=plc.princeton
-# or planetlab.us.arizona
+# For instance, the hrn of a user at the Princeton site on PlanetLab (PLC)
+# would be plc.princeton.  Likewise if the user was part of the NYU site, the HRN
+# would be plc.nyu
+SFI_AUTH='plc.princeton'
 
 ### your user hrn
-export SFI_USER=plc.princeton.faiyaza
-# or planetlab.us.arizona.Baker_Scott 
-# or planetlab.us.arizona.Hartman_John
+# This is your authority.<your user name on PlanetLab>
+SFI_USER='plc.princeton.tmack'
+#
 
 ### where to find the registry
-export SFI_REGISTRY=http://www.planet-lab.org:12345/
+SFI_REGISTRY='http://www.planet-lab.org:12345/'
 
-# where to find the slice manager
-export SFI_SM=http://www.planet-lab.org:12347/
+# where to find the slice API
+# you can use -s to point to an aggregate URL instead 
+SFI_SM='http://www.planet-lab.org:12347/'