forked from oss-compass/compass-metrics-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.yaml
24 lines (23 loc) · 918 Bytes
/
conf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
url:
"https://admin:password@localhost:8200"
params:
{
'issue_index': 'gitee_issues-enriched',
'pr_index':'gitee-prs_enriched',
'json_file': './projects-gitee-yehui-pure-mindspore.json',
'git_index': 'git_demo_enriched',
'git_branch': None,
'from_date': '2020-03-30',
'end_date': '2022-08-18',
'out_index': 'mindspore2_metric_model',
'community': 'mindspore',
'level': 'repo',
'company': 'Huawei',
'pr_comments_index':'gitee2-pull_enriched',
'repo_index':'gitee_repo-enriched',
'release_index': 'repo_release_enriched',
'contributors_index':'gitee_contributors_org_repo',
'identities_config_file': './compass_contributor/conf_utils/identities.yml',
'organizations_config_file': './compass_contributor/conf_utils/organizations.json',
'bots_config_file': './compass_contributor/conf_utils/bots.json',
}