Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

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 = "[email protected]"
    encoding = "UTF-8"
    ssl-connection = true
    verify-ssl-certificate = false
}
Clone this wiki locally