Advertisement
info4geek

Untitled

Dec 5th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. [gerrit]
  2. basePath = git
  3. canonicalWebUrl = http://hacker-engine:8081/
  4. [database]
  5. type = h2
  6. hostname = localhost
  7. database = reviewdb
  8. username = noname
  9. [index]
  10. type = LUCENE
  11. [auth]
  12. type = HTTP
  13. httpHeader = GITHUB_USER
  14. httpDisplayNameHeader = GITHUB_NAME
  15. httpEmailHeader = GITHUB_EMAIL
  16. loginUrl = /login
  17. loginText = GitHub Sign-in
  18. registerPageUrl = /plugins/github-plugin/static/account.html
  19. gitBasicAuth = true
  20. [sendemail]
  21. smtpServer = smtp.gmail.com
  22. smtpServerPort = 587
  23. smtpEncryption = TLS
  24. smtpUser = marlin2201@gmail.com
  25. [container]
  26. user = noname55804
  27. javaHome = /usr/lib/jvm/java-7-oracle/jre
  28. [sshd]
  29. listenAddress = *:29418
  30. [httpd]
  31. listenUrl = proxy-http://hacker-engine:8081
  32. filterClass = com.googlesource.gerrit.plugins.github.oauth.OAuthFilter
  33. [cache]
  34. directory = cache
  35. [gc]
  36. startTime = 12:00
  37. interval = 2 day
  38. [github]
  39. url = https://github.com
  40. clientId = 3a6e8c0f693be29ab58c
  41. clientSecret = 756459de5a6e0da5bad9251797e2f2b9d7e46f05
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement