reactivated project (dev: http://git-dev.pk910.de)
[phpgitweb.git] / htdocs / config.example.php
index 247833f1f8521340f276fe1757af1d5a597edf3e..f1bb664093b03638ca488ede60caf0415e93d85c 100644 (file)
 
 /* GIT configuration */
 class GitConfig {
-    /* PHPGitWeb Title / Name */
+       /* PHPGitWeb Title / Name */
        const GITWEB_TITLE = "PHPGitWeb";
        
-    /* path to git projects (<project>.git) */
-    const PROJECT_ROOT = "/srv/gitosis/repositories/";
-    
-    /* Point to projects.list file generated by gitosis. */
-    //const PROJECT_LIST = NULL;
-    const PROJECT_LIST = "/srv/gitosis/gitosis/projects.list";
-    
-    /* Only allow Projects from PROJECT_LIST being viewed */
-    const STRICT_EXPORT = true;
-    
-    /* Only allow Projects with this file within their PROJECT_ROOT being viewed */
-    //const EXPORT_FILE = "export-ok";
-    const EXPORT_FILE = NULL;
+       /* path to git projects (<project>.git) */
+       const PROJECT_ROOT = "/srv/gitosis/repositories/";
+       
+       /* Point to projects.list file generated by gitosis. */
+       //const PROJECT_LIST = NULL;
+       const PROJECT_LIST = "/srv/gitosis/gitosis/projects.list";
+       
+       /* Only allow Projects from PROJECT_LIST being viewed */
+       const STRICT_EXPORT = true;
+       
+       /* Only allow Projects with this file within their PROJECT_ROOT being viewed */
+       //const EXPORT_FILE = "export-ok";
+       const EXPORT_FILE = NULL;
        
        /* Override Project Owner to this one */
        const PROJECT_OWNER = NULL;
@@ -53,6 +53,7 @@ class GitConfig {
        
        /* GIT Graphs */
        const GITGRAPH_ENABLE = true;
+       const GITGRAPH_DATA_URL = true;
        const GITGRAPH_MAX_BRANCHES = 20;
        const GITGRAPH_END_SIZE = 20;
        const GITGRAPH_TILE_SIZE = 20;