updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gitblit / gitblit.properties.patch
blob62685d5af29c0fa305ab40f455cd02121bdef439
1 --- gitblit.properties.orig 2012-01-11 23:58:36.815977248 +0100
2 +++ gitblit.properties 2012-01-12 00:00:12.413881485 +0100
3 @@ -8,7 +8,7 @@
5 # SINCE 0.5.0
6 # RESTART REQUIRED
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)
12 @@ -111,7 +111,7 @@
14 # SINCE 0.5.0
15 # RESTART REQUIRED
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.
21 @@ -583,7 +583,7 @@
23 # SINCE 0.5.0
24 # RESTART REQUIRED
25 -server.tempFolder = temp
26 +server.tempFolder = /tmp/gitblit
28 # Use Jetty NIO connectors. If false, Jetty Socket connectors will be used.