Nick0703

Untitled

Feb 8th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. [gerrit]
  2. basePath = git
  3. canonicalWebUrl = http://review.pac-rom.com
  4. [database]
  5. type = mysql
  6. database = reviewdb
  7. username = gerrit2
  8. hostname = localhost
  9. [index]
  10. type = LUCENE
  11. [auth]
  12. type = OPENID
  13. [sendemail]
  14. enable = true
  15. from = ${user} (Code Review) <[email protected]>
  16. smtpServer = mail.pac-rom.com
  17. smtpServerPort = 26
  18. smtpUser = [email protected]
  19. smtpPass = Ch1G3n3s
  20.  
  21. [container]
  22. user = gerrit2
  23. javaHome = /usr/lib/jvm/java-7-oracle
  24. [sshd]
  25. listenAddress = *:29418
  26. [httpd]
  27. listenUrl = proxy-http://localhost:80/
  28. [cache]
  29. directory = cache
  30. [theme]
  31. backgroundColor = 000000
  32. topMenuColor = FFFF00
  33. textColor = FFFFFF
  34. trimColor = 000000
  35. selectionColor = rgba(245, 255, 0, 0.33)
  36. tableEvenRowColor = 000000
  37. tableOddRowColor = 1B1B1F
  38. changeTableOutdatedColor = 000000
  39. [gitweb]
  40. cgi = /usr/lib/cgi-bin/gitweb.cgi
Advertisement
Add Comment
Please, Sign In to add comment