-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
43 lines (43 loc) · 1.2 KB
/
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
38
39
40
41
42
43
{
"proxy": "http://localhost:3000",
"cache": false,
"loader": {
"type": "aiopg",
"host": "172.17.0.2",
"port": "5432",
"user": "postgres",
"password": "postgres",
"database": "istsos3"
},
"identification": {
"title": "IST Sensor Observation Service",
"abstract": "monitoring network",
"keywords": [
"SOS",
"SENSOR",
"NETWORK"
],
"fees": "NONE",
"accessConstraints": "NONE"
},
"provider": {
"providerName": "Istitute Of Earth Science - SUPSI",
"providerSite": "http://www.supsi.ch/ist",
"serviceContact": {
"individualName": "Team Geomatica",
"positionName": "Data manager",
"contactInfo": {
"phone": "+41586666200",
"fax": "+41586666209"
},
"address": {
"deliveryPoint": "Campus Trevano",
"city": "Canobbio",
"administrativeArea": "Canton Ticino",
"postalCode": "6952",
"country": "Switzerland",
"email": "geoservice@supsi.ch"
}
}
}
}