My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions

Issue 1528 attachment: gerrit.config (740 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[gerrit]
basePath = git
canonicalWebUrl = http://<server>:8080/
[core]
packedGitOpenFiles = 1024
packedGitLimit = 200 m
packedGitWindowSize = 16k
[database]
type = H2
database = db/ReviewDB
poolMaxIdle = 8
poolLimit = 32
[auth]
type = LDAP
[ldap]
server = ldap://<server>
username = <CN>
accountBase = <>
groupBase = <>
[sendemail]
smtpServer = localhost
[container]
heapLimit = 2g
user = gerrit2
javaHome = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.1.x86_64/jre
[sshd]
threads = 12
listenAddress = *:29418
[httpd]
listenUrl = http://*:8080/
[cache]
directory = cache
Powered by Google Project Hosting