Skip to content

Commit

Permalink
Added url secrets (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Barry Daniels <[email protected]>
  • Loading branch information
barrydaniels-nl and gurustacks authored Jul 18, 2024
1 parent b3d046a commit eba0ea8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ user-agent: amsterdam-uptime # Make sure this is unique to avoid conflicts

sites:
- name: DSO-API
url: https://api.data.amsterdam.nl/v1/aardgasverbruik/mra_liander/?_format=json
url: $SITE_URL_DSOAPI
maxResponseTime: 3000
- name: Geosearch
url: https://api.data.amsterdam.nl/geosearch/?datasets=bedrijveninvesteringszones%2Fbedrijveninvesteringszones&lat=52.365804&lon=4.8963802&radius=25
url: $SITE_URL_GEOSEARCH
maxResponseTime: 3000
- name: Atlas
url: https://api.data.amsterdam.nl/atlas/search/adres/?format=json&q=Oudeschans+31+X
url: $SITE_URL_ATLAS
maxResponseTime: 3000
- name: DSO-API Catalog
url: https://api.data.amsterdam.nl/api/
url: $SITE_URL_CATALOG
maxResponseTime: 3000
- name: Mapserver
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
url: $SITE_URL_MAPSERVER
maxResponseTime: 3000

status-website:
Expand Down

0 comments on commit eba0ea8

Please sign in to comment.