forked from ckan/example-earthquake-datastore
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ini.template
113 lines (99 loc) · 3.64 KB
/
config.ini.template
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[main]
ckan_url=http://localhost:5000
api_key=
directory_root=
# Setting this to False allows the use of self-signed certificates ...
# ... BUT IT IS A SECURITY RISK.
# (reference: http://docs.python-requests.org/en/master/user/advanced/?highlight=ssl#ssl-cert-verification)
#ssl_verify=True
[aukcne_ponuky]
dataset.name=eks-aukcne-ponuky
dataset.title=EKS - Aukčné ponuky
dataset.notes=Data obtained with https://github.com/OpenDataSk/eks-od-harvestrer and
loaded into CKAN with https://github.com/OpenDataSk/eks-od-datastore-pusher .
This is a beta for now, thus:
- it may contain bogus data
- data may vanish without warning
- BEWARE OF DRAGONS
dataset.owner=
resource.id=
resource.name=API
resource.notes=Set of multiple CSVs merged together into one complete resource.
[kontraktacne_ponuky]
dataset.name=eks-kontraktacne-ponuky
dataset.title=EKS - Kontraktačné ponuky
dataset.notes=Data obtained with https://github.com/OpenDataSk/eks-od-harvestrer and
loaded into CKAN with https://github.com/OpenDataSk/eks-od-datastore-pusher .
This is a beta for now, thus:
- it may contain bogus data
- data may vanish without warning
- BEWARE OF DRAGONS
dataset.owner=
resource.id=
resource.name=API
resource.notes=Set of multiple CSVs merged together into one complete resource.
[opisne_formulare]
dataset.name=eks-opisne-formulare
dataset.title=EKS - Opisné formuláre
dataset.notes=Data obtained with https://github.com/OpenDataSk/eks-od-harvestrer and
loaded into CKAN with https://github.com/OpenDataSk/eks-od-datastore-pusher .
This is a beta for now, thus:
- it may contain bogus data
- data may vanish without warning
- BEWARE OF DRAGONS
dataset.owner=
resource.id=
resource.name=API
resource.notes=Set of multiple CSVs merged together into one complete resource.
[referencie]
dataset.name=eks-referencie
dataset.title=EKS - Referencie
dataset.notes=Data obtained with https://github.com/OpenDataSk/eks-od-harvestrer and
loaded into CKAN with https://github.com/OpenDataSk/eks-od-datastore-pusher .
This is a beta for now, thus:
- it may contain bogus data
- data may vanish without warning
- BEWARE OF DRAGONS
dataset.owner=
resource.id=
resource.name=API
resource.notes=Set of multiple CSVs merged together into one complete resource.
[zakazky]
dataset.name=eks-zakazky
dataset.title=EKS - Zakázky
dataset.notes=Data obtained with https://github.com/OpenDataSk/eks-od-harvestrer and
loaded into CKAN with https://github.com/OpenDataSk/eks-od-datastore-pusher .
This is a beta for now, thus:
- it may contain bogus data
- data may vanish without warning
- BEWARE OF DRAGONS
dataset.owner=
resource.id=
resource.name=API
resource.notes=Set of multiple CSVs merged together into one complete resource.
[zakazky_a_zmluvy]
dataset.name=eks-zakazky-a-zmluvy
dataset.title=EKS - Zakázky a zmluvy
dataset.notes=Data obtained with https://github.com/OpenDataSk/eks-od-harvestrer and
loaded into CKAN with https://github.com/OpenDataSk/eks-od-datastore-pusher .
This is a beta for now, thus:
- it may contain bogus data
- data may vanish without warning
- BEWARE OF DRAGONS
dataset.owner=
resource.id=
resource.name=API
resource.notes=Set of multiple CSVs merged together into one complete resource.
[zmluvy]
dataset.name=eks-zmluvy-alpha1
dataset.title=EKS - Zmluvy (beta)
dataset.notes=Data obtained with https://github.com/OpenDataSk/eks-od-harvestrer and
loaded into CKAN with https://github.com/OpenDataSk/eks-od-datastore-pusher .
This is a beta for now, thus:
- it may contain bogus data
- data may vanish without warning
- BEWARE OF DRAGONS
dataset.owner=
resource.id=
resource.name=API
resource.notes=Set of multiple CSVs merged together into one complete resource.