Files
GitList/config.ini-example
Erik Amaru Ortiz e57ada553e Litle tweaks for config.ini-example
- tweak for git.repositories config to don't care "with ending slash" cond.
- tweak for app.baseurl config to don't care "without ending slash" cond.
2012-06-10 08:14:36 -04:00

14 lines
451 B
Plaintext

[git]
client = '/usr/bin/git' ; Your git executable path
repositories = '/var/www/projects/' ; Path to your repositories
; 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
; If you need to specify custom filetypes for certain extensions, do this here
[filetypes]
; extension = type
; dist = xml