We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 }