forked from BedrockStreaming/GithubTeamReviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.dist
More file actions
33 lines (33 loc) · 1.02 KB
/
config.json.dist
File metadata and controls
33 lines (33 loc) · 1.02 KB
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
32
33
{
"config": {
"refreshInterval": 90,
"teams": {
"teamWithStaticToken": {
"members": ["username1", "username2", "username3"],
"projects": ["repo1", "repo2"],
"orgs": ["orgname1", "orgname2"],
"token": "apiToken",
"descendingOrder": true
},
"teamWithOAuth": {
"members": ["username4", "username2", "username5"],
"orgs": ["orgname2", "orgname4"],
"apiUrl": "https://github.enterprise.fr/api/v3",
"oauthAppClientId":"c13n71D"
}
},
"githubOAuth": {
"gatekeeperBaseUrl": "http://localhost:9999",
"apps": [
{
"url": "https://github.enterprise.fr",
"clientId":"c13n71D"
},
{
"url": "https://github.com",
"clientId":"t0k3n5"
}
]
}
}
}