show exception stack traces when debugging is on
[phorkie.git] / data / config.default.php
index cec379989f11cf1395a11570259e03be1e43467c..804ff5e45d863fb96d567461fc40e7f522c3cb9f 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 $GLOBALS['phorkie']['cfg'] = array(
 <?php
 $GLOBALS['phorkie']['cfg'] = array(
+    'debug'   => false,
     'gitdir'  => __DIR__ . '/../repos/git/',
     'workdir' => __DIR__ . '/../repos/work/',
     'tpl'     => __DIR__ . '/templates/',
     'gitdir'  => __DIR__ . '/../repos/git/',
     'workdir' => __DIR__ . '/../repos/work/',
     'tpl'     => __DIR__ . '/templates/',