| [auth] |
| type = DEVELOPMENT_BECOME_ANY_ACCOUNT |
| |
| [cache] |
| directory = cache |
| |
| [container] |
| user = gerrit |
| |
| [gerrit] |
| basePath = git |
| canonicalWebUrl = http://gerrit:8080/ |
| installModule = com.googlesource.gerrit.plugins.remotegerritaccountcache.AccountCacheImpl$AccountCacheModule |
| |
| [httpd] |
| listenUrl = http://*:8080/ |
| |
| [index] |
| type = LUCENE |
| |
| [plugins] |
| allowRemoteAdmin = true |
| |
| [remote-gerrit-account-cache] |
| remoteGerritBaseUrl = http://remote-gerrit:8080 |
| httpUsername = admin |
| httpPassword = secret |
| |
| [sendemail] |
| smtpServer = localhost |
| enable = false |
| |
| [sshd] |
| listenAddress = *:29418 |