-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ini
52 lines (44 loc) · 948 Bytes
/
config.ini
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[DEFAULT]
logging = logging.ini
# prefix for new properties being added to the metadata from the repositories
namespace = dpe
# defaults to the number of processors on the machine, multiplied by 5
workers =
[data_formats]
text =
csv
tsv
excel =
ods
spreadsheet
xls
xlsx
[portals]
# one portal per line
# each of the active portals should have its own section/settings below
active =
# data.gov
data.gov.ie
data.gov.uk
data.london.gov.uk
# open.canada.ca
[example.portal.section]
# the CKAN API endpoint URL
url =
# the CKAN theme field for the portal
themes =
[data.gov]
url = https://catalog.data.gov/
themes = groups
[data.gov.ie]
url = https://data.gov.ie/
themes = theme
[data.gov.uk]
url = https://ckan.publishing.service.gov.uk/
themes = theme-primary
[data.london.gov.uk]
url = https://data.london.gov.uk/
themes = tags
[open.canada.ca]
url = https://open.canada.ca/data/
themes = subject