-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 loc) · 987 Bytes
/
config.json
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
{
"general": {
"reportDataPath": "./report-data/",
"reportPath": "./reports/",
"logPath": "./logs/"
},
"hajkLayerConfigs": [
{
"id": "Varbergskartan",
"url": "https://karta-konf.varberg.se/mapservice/config/layers",
"include": false
},
{
"id": "Kommungis",
"url": "https://kommungis-konf.varberg.se/mapservice/config/layers",
"include": true
}
],
"wfs": {
"qs": "?service=wfs&version=2.0.0&request=GetFeature&typeNames={layerName}&count={count}&outputFormat=json",
"maxCount": 500,
"maxCountExt": 50
},
"getCapabilities":{
"qs": "?service=WMS&request=GetCapabilities&version={version}"
},
"sendmail": {
"subject": "Hajk link report {0}",
"html": "Hajk link reports attached<br><br><strong>Summary:</strong><br>{0}",
"from": "{0}@varberg.se",
"to": [
"jesper.adeborn@varberg.se"
],
"smtpHost": "varberg-se.mail.protection.outlook.com",
"smtpPort": 25
}
}