-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
23 lines (23 loc) · 1.03 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"git_hub_api_4" : "https://api.github.com/graphql",
"github_api_token" : "GITHUB_API_TOKEN",
"gitlab_api_token" : "GITLAB_API_TOKEN",
"gitlab_user": "GITLAB_USER",
"gitlab_url_user": "user",
"betka_url_base" : "https://github.com/sclorg/betka/raw/master/",
"readme_url": "https://github.com/sclorg/betka/blob/master/README.md",
"generator_url": "quay.io/rhscl/cwt-generator:latest",
"gitlab_web_url": "https://gitlab.com",
"gitlab_api_url": "https://gitlab.com/api/v4/",
"gitlab_list_mr": "projects/{id}/merge_requests?state=opened",
"gitlab_branches": "projects/{id}/repository/branches",
"gitlab_forks": "projects/{id}/forks",
"gitlab_fork_project": "projects/{id}/fork",
"gitlab_access_request": "projects/{id}/access_requests",
"gitlab_create_merge_request": "projects/{id}/merge_requests",
"gitlab_host_url": "https://gitlab.com",
"gitlab_namespace": "redhat/rhel/containers",
"dist_git_url": "https://src.fedoraproject.org/container",
"slack_webhook_url": "SLACK_WEBHOOK_URL",
"use_gitlab_forks": "False"
}