MTrackWeb/Roo.php
[web.mtrack] / roo.php
diff --git a/roo.php b/roo.php
index 89ab509..ddfeb9b 100644 (file)
--- a/roo.php
+++ b/roo.php
@@ -1,6 +1,7 @@
 <?php
 
-// this will be generate eventually by the 'setup.php' script..
+// this is the configruation...
+// this one is for the new 'roo version...'
 
 
 ini_set('include_path', 
@@ -18,7 +19,7 @@ new HTML_FlexyFramework(array(
        
     'project' => 'MTrackWeb',
     'enable' => 'MTrack,Core,Admin', // enable permissions from Pman 
-    'database'        => 'mysql://root:@localhost/mtrack',
+    'database'        => 'mysql://root:@localhost/pman',
     'DB_DataObject' => array(
         
 
@@ -38,7 +39,20 @@ new HTML_FlexyFramework(array(
     'MTrackWeb' => array(
         'working_dir' => '/var/lib/mtrack', // this needs to be writable by web user..
         'email_address' => 'mtrack@roojs.com', // email address that spam comes from.
+        
         'url' => 'http://www.roojs.com/mtrack/index.php', // url for the link on the emails.
+        'checks' => array(
+            // see mtrack/commitcheck
+            // some of these are pre-checks..
+            'BlankLines',
+            'NoEmptyLogMessage',
+            'PhpLint',
+            //'RequireTimeReference',
+            'SingleIssue',
+            'UnixLineBreak',
+            //'Wiki', //?????
+            
+        )
     ),
     'Pman' => array(
         // where the images go.