mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-16 20:42:50 +01:00
14 lines
495 B
Plaintext
14 lines
495 B
Plaintext
[git]
|
|
client = '/usr/bin/git' ; Your git executable path
|
|
repositories = '/var/www/projects/' ; Path to your repositories (with ending slash)
|
|
|
|
; You can hide repositories from GitList, just copy this for each repository you want to hide
|
|
; hidden[] = '/var/www/projects/BetaTest'
|
|
|
|
[app]
|
|
baseurl = 'http://localhost/git' ; Base URL of the application (without ending slash)
|
|
|
|
; If you need to specify custom filetypes for certain extensions, do this here
|
|
[filetypes]
|
|
; extension = type
|
|
; dist = xml |