-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini.dist
57 lines (48 loc) · 1.47 KB
/
config.ini.dist
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
53
54
55
56
57
[site]
# site url of the ckan installation
siteurl = https://ckan.opendata.swiss
[env]
# path to .env file
envpath = /home/liip/ogdch_checker/.env
[tmpdir]
# path to receive your output
tmppath = /home/liip/tmp
[linkchecker]
# linkchecker output files
csvfile = linkchecker.csv
statfile = linkstatistics.csv
[shaclchecker]
# shaclchecker input and output files
csvfile = shaclchecker.csv
frequency_file = /home/liip/ogdch_checker/frequency-eu.ttl
theme_file = /home/liip/ogdch_checker/theme-eu.ttl
licenses_file = /home/liip/ogdch_checker/licenses-dcat-ap-ch.ttl
formats_file = /home/liip/ogdch_checker/formats-eu.ttl
mime_types_file = /home/liip/ogdch_checker/mime-types.ttl
statfile = shaclstatistics.csv
shacl_file = /home/liip/ogdch_checker/ogdch.shacl.ttl
[contacts]
# file with custom contacts and a file for contactstatistics
csvfile =
statsfile = contactstats.csv
[emailbuilder]
# default email receiver
# Example `default_name = someone` `defaul_email = [email protected]`
default_name = name_default
default_email = [email protected]
[emailsender]
# email senders and email server
# these are all email adresses except for the smtp_server
cc = [email protected]
bcc = [email protected]
geocat_admin = [email protected]
dcat_admin = [email protected]
smtp_server = localhost
sender = [email protected]
[test]
# email redirection for the --test option
# Example: `emails = [email protected] [email protected]`
emails = [email protected]
[logging]
# set the logging level
level = INFO