Author: lewismc
Date: Wed Nov 6 14:49:45 2013
New Revision: 1539353
URL: http://svn.apache.org/r1539353
Log:
CMS commit to gora by lewismc
Modified:
gora/site/trunk/content/current/gora-conf.md
Modified: gora/site/trunk/content/current/gora-conf.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-conf.md?rev=1539353&r1=1539352&r2=1539353&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-conf.md (original)
+++ gora/site/trunk/content/current/gora-conf.md Wed Nov 6 14:49:45 2013
@@ -8,14 +8,13 @@ obtained using the ClassLoader of the Da
The following properties are recognized:
+##Common Properties
<table>
- <caption>Common Properties</caption>
<tr><th align="left">Property</th> <th align="left">Required</th> <th
align="left">Default</th> <th align="left">Explanation</th></tr>
<tr><td>gora.datastore.default</td><td>No</td> <td> â </td> <td>The full
classname of the default data store implementation to use </td></tr>
<tr><td>gora.datastore.autocreateschema</td><td>No</td><td>true</td><td>Whether
to create schemas automatically</td></tr>
</table>
-
gora.datastore.default is perhaps the most important property in this file.
This property configures the default DataStore implementation to use.
However, other data stores can still be instantiated thorough the API.