Skip to content

Instantly share code, notes, and snippets.

@joonvena
Created July 13, 2019 12:35
Show Gist options
  • Save joonvena/65c423e092dcdecfe7c761a57c41e3c7 to your computer and use it in GitHub Desktop.
Save joonvena/65c423e092dcdecfe7c761a57c41e3c7 to your computer and use it in GitHub Desktop.
gerrit config
[gerrit]
basePath = git
canonicalWebUrl = http://1e7b8b873b58
serverId = 82a37111-69df-47e5-ac72-1f791a4cc093
[database]
type = h2
database = db/ReviewDB
[index]
type = LUCENE
[auth]
type = DEVELOPMENT_BECOME_ANY_ACCOUNT
[sendemail]
smtpServer = localhost
[sshd]
listenAddress = *:29418
[httpd]
listenUrl = http://*:8080/
filterClass = com.googlesource.gerrit.plugins.ootb.FirstTimeRedirect
firstTimeRedirectUrl = /login/%23%2F?account_id=1000000
[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
[receive]
enableSignedPush = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment