Index: conf/gora.properties
===================================================================
--- conf/gora.properties	(revision 1196662)
+++ conf/gora.properties	(working copy)
@@ -1,2 +1,36 @@
+###############################
+# Default SqlStore properties #
+###############################
 gora.sqlstore.jdbc.driver=org.hsqldb.jdbcDriver
 gora.sqlstore.jdbc.url=jdbc:hsqldb:hsql://localhost/nutchtest
+# gora.sqlstore.jdbc.user=
+# gora.sqlstore.jdbc.password=
+
+################################
+# Default AvroStore properties #
+################################
+
+#################################
+# Datafile AvroStore properties #
+#################################
+
+#########################
+# HBaseStore properties #
+#########################
+# HBaseStore currently reads no Gora properties. However the HBase client 
+# requires that the Configuration contains a valid "hbase.zookeeper.quorum"
+# property. It should be included within hbase-site.xml on the classpath. When
+# this property is omitted, it expects Zookeeper to run on localhost:2181.
+# Note: When Nutch updates to Gora 0.2 (or higher), one is able to directly
+# set the property onto Configuration before instantiating the DataStore, or 
+# simply include the property within nutch-site.xml.
+
+#############################
+# CassandraStore properties #
+#############################
+# gora.cassandrastore.servers=localhost:9160
+
+#######################
+# MemStore properties #
+#######################
+
