blob: e3579fa3fba7b6cc4f2007f349bde23f5054faf3 [file] [log] [blame]
package lintapp
func init() {
// Register an application at https://github.com/settings/applications/new
// and enter the client ID and client secret here.
gitHubCredentials = "client_id=<id>&client_secret=<secret>"
// Set contact email for /-/bot.html
contactEmail = "example@example.com"
}