{"id":1418,"date":"2012-01-31T10:08:26","date_gmt":"2012-01-31T15:08:26","guid":{"rendered":"http:\/\/hstore.cs.brown.edu\/?page_id=1418"},"modified":"2012-07-11T10:23:54","modified_gmt":"2012-07-11T14:23:54","slug":"configuration-properties","status":"publish","type":"page","link":"https:\/\/hstore.cs.brown.edu\/documentation\/development\/configuration-properties\/","title":{"rendered":"Adding Configuration Properties"},"content":{"rendered":"
The H-Store configuration file is managed at runtime by HStoreConf<\/a>. This file contains all of the configuration properties that are used when the H-Store system is deployed. These instructions are for how to add new properties to the system. To add a new parameter, one first must decide whether it is a global<\/tt>, client<\/tt>, or site<\/tt> property.<\/p>\n In this example, we’ll assume that we want to add a new boolean site<\/a> parameter called my_new_parameter<\/tt>. That means in HStoreConf<\/a>, under the Site<\/tt> configuration class, we will add in a new data member:<\/p>\n\n\n