summaryrefslogtreecommitdiff
path: root/baserock_gerrit/gerrit.config
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-21 14:27:08 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-30 17:28:37 +0000
commit747adce51197c465b83f08e3edf81afc4510c6b7 (patch)
tree3913e387c4276c2b8153413fbac34d1782aec61e /baserock_gerrit/gerrit.config
parente81956c83d3100497b83e563420971bed5dacd47 (diff)
downloadinfrastructure-747adce51197c465b83f08e3edf81afc4510c6b7.tar.gz
Add baserock_gerrit system
These instructions allow deploying a production-ready Gerrit instance. Integrating the gerrit.baserock.org with git.baserock.org will be done separately.
Diffstat (limited to 'baserock_gerrit/gerrit.config')
-rw-r--r--baserock_gerrit/gerrit.config23
1 files changed, 23 insertions, 0 deletions
diff --git a/baserock_gerrit/gerrit.config b/baserock_gerrit/gerrit.config
new file mode 100644
index 00000000..c2257eaa
--- /dev/null
+++ b/baserock_gerrit/gerrit.config
@@ -0,0 +1,23 @@
+[gerrit]
+ basePath = git
+ canonicalWebUrl = http://gerrit.baserock.org/
+[database]
+ type = mysql
+ hostname = 192.168.222.30
+ database = gerrit
+ username = gerrit
+[index]
+ type = LUCENE
+[auth]
+ type = OPENID
+ trustedOpenID = http://openid.baserock.org/
+[sendemail]
+ smtpServer = localhost
+[sshd]
+ listenAddress = *:29418
+[httpd]
+ listenUrl = http://*:8080/
+[cache]
+ directory = cache
+[user]
+ email = "gerrit@baserock.org"