Created
July 13, 2019 12:35
-
-
Save joonvena/65c423e092dcdecfe7c761a57c41e3c7 to your computer and use it in GitHub Desktop.
gerrit config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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