akka { loglevel = INFO } spray.can { server { request-timeout = 5 s } client { user-agent-header = "TwbsSavage/0.1 (https://github.com/twbs/savage)" request-timeout = 20 s idle-timeout = 15 s } host-connector { max-connections = 5 max-retries = 3 max-redirects = 3 } } savage { default-port = 6060 github-repo-to-watch = "twbs/bootstrap" github-test-repo = "twbs-savage/bootstrap" ignore-branches-from-watched-repo = true trusted-orgs = [ "twbs" ] whitelist = [ "**.md", "/bower.json", "/composer.json", "/fonts/**.{eot,ttf,svg,woff}", "/less/**.less", "/sass/**.{sass,scss}", "/js/**.{js,html,css}", "/dist/**.{css,js,map,eot,ttf,svg,woff}", "/docs/**.{html,css,js,map,png,ico,xml,eot,ttf,svg,woff,swf}" ] file-watchlist = [ "/js/**.js" ] branch-prefix = "savage-" username = twbs-savage password = XXXXXXXX github-web-hook-secret-key = abcdefg travis-token = abcdefg }