-
Notifications
You must be signed in to change notification settings - Fork 52
/
config.toml.example
38 lines (32 loc) · 1.12 KB
/
config.toml.example
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
34
35
36
37
38
# Directory for storing working files
# (default: "./data")
#
#DATADIR = "./data"
# Skip the repository's vitality calculation.
# (default: false)
#
# When vitality calculation is enabled, the crawler will locally clone the
# repositories in DATADIR as cache.
#
#SKIP_VITALITY = false
# Number of days for activity (vitality index) calculation
# (default: 60)
#
#ACTIVITY_DAYS = 60
# The base URL of the API used for loading Publishers and saving crawled
# software.
# (default: https://api.developers.italia.it/v1)
#
#API_BASEURL = "https://api.developers.italia.it/v1"
# The authentication token used to authenticate to the API.
# See https://github.com/italia/developers-italia-api for details.
API_BEARER_TOKEN = "v2.local.xxxx"
# ID of the Main Publisher in the API.
# Main Publisher's repositories can hold publiccode.yml files describing
# arbitrary repos and not just the repos there in.
#
# This can be used to add upstream repos with no publiccode.yml file
# (eg. metarepos for other entities), or to override other Publishers.
# MAIN_PUBLISHER_ID = ""
# The GitHub token used to authenticate to the GitHub API.
GITHUB_TOKEN = ""