Added "default_stewardship" variable to the tc_config.
[eq/.git] / setup / tc_config
index d144746d870d24e08348c150b5f69058fb21f1cd..a167920a88082d71f7872176ae076d9a9aecc8fd 100644 (file)
@@ -7,6 +7,12 @@
 // This will prevent your settings from being overwritten by future code updates.
 ///////////////////////////////////////////////////////////////////////////////////
 
+// Set the default stewardship of this tool: "High Priest" or "Elder"
+// Remember to set this same variable in the db_config file to the same value as well
+// EX: For an Elder's Quorum, stewardship should be set to "Elder"
+// EX: For a High Priest Group, stewardship should be set to "High Priest"
+$this->default_stewardship = "Elder";
+
 // The full path to a directory readable and writable by your webserver user
 // that will be used to dump the MLS data uploaded via the web interface to.
 $this->upload_target_path = "/home/users/pres/tc_data";