Welcome to mirror list, hosted at ThFree Co, Russian Federation.

application.conf « resources « main « src - github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16654b16d362294dca05e4b88281c486b4d41eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
akka {
    loggers = ["akka.event.slf4j.Slf4jLogger"]
    loglevel = INFO
}

spray.can {
    server {
        request-timeout = 5 s
    }

    client {
        user-agent-header = "TwbsRorschach/0.1 (https://github.com/twbs/rorschach)"
        request-timeout = 20 s
        idle-timeout = 15 s
    }
    host-connector {
        max-connections = 5
        max-retries = 3
        max-redirects = 3
    }
}

rorschach {
    default-port = 9090
    close-bad-pull-requests = on
    github-repos-to-watch = ["twbs/bootstrap", "cvrebert/rorschach-test"]
    trusted-orgs = [ "twbs" ]
    username = throwaway9475947
    password = XXXXXXXX
    web-hook-secret-key = abcdefg
}