Skip to content

Commit

Permalink
make the setup-secured.cfg more like the unsecured cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Georg J.P. Link <linkgeorg@gmail.com>
  • Loading branch information
GeorgLink authored and valeriocos committed Dec 6, 2019
1 parent 2010245 commit c751dff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions default-grimoirelab-settings/setup-secured.cfg
Expand Up @@ -38,8 +38,8 @@ kibiter_time_from = now-5y
kibiter_default_index = git
kibiter_url = http://admin:admin@kibiter:5601
kibiter_version = 6.1.4-5
#gitlab-issues = true
#gitlab-merges = true
gitlab-issues = true
gitlab-merges = true

[phases]
collection = true
Expand All @@ -65,6 +65,7 @@ studies = [enrich_demography:git, enrich_areas_of_code:git, enrich_onion:git]

#[github]
#api-token = <YOUR_API_TOKEN_WHERE>
#enterprise-url = <YOUR_GITHUB_ENTERPRISE_URL>
#raw_index = github_demo_raw
#sleep-for-rate = true
#sleep-time = "300"
Expand All @@ -75,15 +76,15 @@ studies = [enrich_demography:git, enrich_areas_of_code:git, enrich_onion:git]
#raw_index = gitlab_issues_demo_raw
#enriched_index = gitlab_issues_demo_enriched
#no-archive = true
#enterprise-url = https://gitlab.gnome.org
#enterprise-url = <YOUR_GITLAB_INSTANCE_URL>
#sleep-for-rate = true

#[gitlab:merge]
#api-token = <YOUR_API_TOKEN_HERE>
#raw_index = gitlab_merges_demo_raw
#enriched_index = gitlab_merges_demo_enriched
#no-archive = true
#enterprise-url = https://gitlab.gnome.org
#enterprise-url = <YOUR_GITLAB_INSTANCE_URL>
#category = merge_request
#sleep-for-rate = true

Expand Down

0 comments on commit c751dff

Please sign in to comment.