| [gerrit] |
| basePath = git |
| serverId = 69ec38f0-350e-4d9c-96d4-bc956f2faaac |
| canonicalWebUrl = $GERRIT_CANONICAL_WEB_URL |
| installModule = com.googlesource.gerrit.plugins.multisite.Module # multi-site needs to be a gerrit lib |
| |
| [database] |
| type = h2 |
| database = $LOCATION_TEST_SITE/db/ReviewDB |
| [noteDb "changes"] |
| autoMigrate = true |
| disableReviewDb = true |
| primaryStorage = note db |
| read = true |
| sequence = true |
| write = 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" |
| javaOptions = "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=$REMOTE_DEBUG_PORT" |
| [index] |
| type = LUCENE |
| [auth] |
| type = DEVELOPMENT_BECOME_ANY_ACCOUNT |
| [receive] |
| enableSignedPush = false |
| [sendemail] |
| smtpServer = localhost |
| [sshd] |
| listenAddress = *:$GERRIT_SSHD_PORT |
| advertisedAddress = *:$SSH_ADVERTISED_PORT |
| [httpd] |
| listenUrl = proxy-$HTTP_PROTOCOL://*:$GERRIT_HTTPD_PORT/ |
| [cache] |
| directory = cache |
| [plugins] |
| allowRemoteAdmin = true |
| [plugin "websession-flatfile"] |
| directory = $FAKE_NFS |