Skip to content

Commit eba0ea8

Browse files
Added url secrets (#3)
Co-authored-by: Barry Daniels <mail@barrydaniels.nl>
1 parent b3d046a commit eba0ea8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.upptimerc.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ user-agent: amsterdam-uptime # Make sure this is unique to avoid conflicts
55

66
sites:
77
- name: DSO-API
8-
url: https://api.data.amsterdam.nl/v1/aardgasverbruik/mra_liander/?_format=json
8+
url: $SITE_URL_DSOAPI
99
maxResponseTime: 3000
1010
- name: Geosearch
11-
url: https://api.data.amsterdam.nl/geosearch/?datasets=bedrijveninvesteringszones%2Fbedrijveninvesteringszones&lat=52.365804&lon=4.8963802&radius=25
11+
url: $SITE_URL_GEOSEARCH
1212
maxResponseTime: 3000
1313
- name: Atlas
14-
url: https://api.data.amsterdam.nl/atlas/search/adres/?format=json&q=Oudeschans+31+X
14+
url: $SITE_URL_ATLAS
1515
maxResponseTime: 3000
1616
- name: DSO-API Catalog
17-
url: https://api.data.amsterdam.nl/api/
17+
url: $SITE_URL_CATALOG
1818
maxResponseTime: 3000
1919
- name: Mapserver
20-
url: https://map.data.amsterdam.nl/service/?REQUEST=GetMap&FORMAT=image%2Fpng&SRS=EPSG:28992&BBOX=121551.5257836096,488649.3498838544,121704.2287054483,488802.0528056931&VERSION=1.1.0&STYLES=&SERVICE=WMS&WIDTH=256&HEIGHT=256&TRANSPARENT=TRUE&LAYERS=topografie
20+
url: $SITE_URL_MAPSERVER
2121
maxResponseTime: 3000
2222

2323
status-website:

0 commit comments

Comments
 (0)