X-Git-Url: http://git.pk910.de/?p=phpgitweb.git;a=blobdiff_plain;f=htdocs%2Fconfig.example.php;fp=htdocs%2Fconfig.example.php;h=6b3bdc4656dcc5891e6e7d8ab03c7cc2c6f3f3f4;hp=f33327883a91b8ff8da28f73c3704a0bd05fec86;hb=bb1fc2c20c1ec39257c6e89cae030636c15edad3;hpb=0a6d29345b57ef71b076003e18d13efd3478764c diff --git a/htdocs/config.example.php b/htdocs/config.example.php index f333278..6b3bdc4 100644 --- a/htdocs/config.example.php +++ b/htdocs/config.example.php @@ -41,11 +41,22 @@ class GitConfig { /* Override Project Owner to this one */ const PROJECT_OWNER = NULL; + /* Git Base URL (The URL where all the repositories can be cloned from.) */ + //static public $GIT_BASE_URL = NULL; + static public $GIT_BASE_URL = array("git://git.example.net"); + /* Template name */ const TEMPLATE_NAME = NULL; /* Git executable */ const GIT_EXEC = NULL; /* autodetect */ + + /* GIT Graphs */ + const GITGRAPH_ENABLE = true; + const GITGRAPH_MAX_BRANCHES = 20; + const GITGRAPH_END_SIZE = 20; + const GITGRAPH_TILE_SIZE = 20; + const GITGRAPH_BASE64 = true; } ?> \ No newline at end of file