1 --- gitblit.properties.orig 2012-01-11 23:58:36.815977248 +0100
2 +++ gitblit.properties 2012-01-12 00:00:12.413881485 +0100
7 -git.repositoriesFolder = git
8 +git.repositoriesFolder = /var/lib/gitblit/git
10 # Search the repositories folder subfolders for other repositories.
11 # Repositories MAY NOT be nested (i.e. one repository within another)
16 -realm.userService = users.conf
17 +realm.userService = /etc/gitblit/users.conf
19 # How to store passwords.
20 # Valid values are plain, md5, or combined-md5. md5 is the hash of password.
25 -server.tempFolder = temp
26 +server.tempFolder = /tmp/gitblit
28 # Use Jetty NIO connectors. If false, Jetty Socket connectors will be used.