-
Notifications
You must be signed in to change notification settings - Fork 4
/
private.py.in
29 lines (21 loc) · 952 Bytes
/
private.py.in
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
import twisted.cred
port = <port redacted>
slave_passwords = dict([
('unassigned', '<password redacted>'),
('expl0it3r-windows', '<password redacted>'),
('expl0it3r-raspbian-armhf', '<password redacted>'),
('macos-64', '<password redacted>'),
('macos-arm64', '<password redacted>'),
('binary1248-debian', '<password redacted>'),
('binary1248-freebsd-64', '<password redacted>'),
('binary1248-windows', '<password redacted>'),
('binary1248-android', '<password redacted>'),
('binary1248-coverity', '<password redacted>'),
('binary1248-raspbian-armhf', '<password redacted>')
])
github_client_id = '<client id redacted>'
github_client_secret = '<client secret redacted>'
github_status_token = '<status token redacted>'
coverity_token = '<coverity token redacted>'
coverity_email = '<coverity email redacted>'
sonar_token = '<sonar token redacted>'