Skip to content

Instantly share code, notes, and snippets.

@joonvena
Created July 13, 2019 13:26
Show Gist options
  • Save joonvena/cf55a4f430655fbf5d2724fce90c9889 to your computer and use it in GitHub Desktop.
Save joonvena/cf55a4f430655fbf5d2724fce90c9889 to your computer and use it in GitHub Desktop.
gerrit config
[gerrit]
basePath = git
canonicalWebUrl = http://localhost:8100/
serverId = 82a37111-69df-47e5-ac72-1f791a4cc093
[database]
type = h2
database = db/ReviewDB
[index]
type = LUCENE
[auth]
type = http
logoutUrl = http://aa:aa@localhost:8100/logout
[sendemail]
smtpServer = localhost
[sshd]
listenAddress = *:29418
[httpd]
listenUrl = proxy-http://*:8080/
[cache]
directory = cache
[plugins]
allowRemoteAdmin = true
[container]
javaOptions = "-Dflogger.backend_factory=com.google.common.flogger.backend.log4j.Log4jBackendFactory#getInstance"
javaOptions = "-Dflogger.logging_context=com.google.gerrit.server.logging.LoggingContext#getInstance"
user = root
javaHome = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre
javaOptions = -Djava.security.egd=file:/dev/./urandom
javaOptions = -Djava.security.egd=file:/dev/./urandom
javaOptions = -Djava.security.egd=file:/dev/./urandom
javaOptions = -Djava.security.egd=file:/dev/./urandom
[receive]
enableSignedPush = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment