Advertisement
philippxp

Untitled

Aug 18th, 2011
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. [gerrit]
  2. basePath = git
  3. [database]
  4. type = MYSQL
  5. hostname = localhost
  6. database = reviewdb
  7. username = gerrit
  8. password = gerrit
  9. [auth]
  10. type = HTTP
  11. emailFormat = {0}@<hostname>.de
  12. [sendemail]
  13. smtpServer = <hostname>.intra
  14. smtpUser = gerrit.codereview
  15. smtpPass = <password>
  16. from = Gerrit Codereview <projekt.gerrit.codereview@<hostname>>
  17. [container]
  18. user = gerrit
  19. javaHome = /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
  20. [sshd]
  21. listenAddress = *:4040
  22. [httpd]
  23. listenUrl = http://<hostname>.intra:8081/
  24. [cache]
  25. directory = cache
  26. [gitweb]
  27. cgi = /var/www/git/gitweb.cgi
  28.  
  29.  
  30. [download]
  31. scheme = ssh
  32. scheme = http
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement