This repository was archived by the owner on Apr 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Sample codebrag.conf
rucek edited this page Nov 10, 2014
·
1 revision
repository {
### Uncomment either username/password or passphrase depending on your authentication method
username = "johndoe"
password = "password"
# passphrase = "secret_passphrase"
}
codebrag {
data-dir = "./data"
repos-root = "./repos"
send-anon-usage-data = "true"
web-server-port = "8080"
application-url = "http://yourserver:8080"
}
email-notifications {
enabled = true
daily-digest-hour = 6
}
### internal SMTP server or external one (e.g. GMail account or http://mandrill.com)
email {
smtp-host = "smtp.gmail.com"
smtp-port = "465"
smtp-username = "codebrag-notifications"
smtp-password = "password"
from = "notifications@codebrag.com"
encoding = "UTF-8"
ssl-connection = true
verify-ssl-certificate = false
}
That's it!
We hope you and your team will enjoy doing code reviews with Codebrag!