We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278c5fe commit 2991eb5Copy full SHA for 2991eb5
.upptimerc.yml
@@ -7,15 +7,21 @@ sites:
7
- name: DSO-API
8
url: $SITE_URL_DSOAPI
9
maxResponseTime: 3000
10
+ - name: DSO-API Catalog
11
+ url: $SITE_URL_CATALOG
12
+ maxResponseTime: 3000
13
+ - name: API Keys
14
+ url: $SITE_URL_APIKEYS
15
16
+ - name: Amsterdam Schema
17
+ url: $SITE_URL_SCHEMAS
18
19
- name: Geosearch
20
url: $SITE_URL_GEOSEARCH
21
22
- name: Atlas
23
url: $SITE_URL_ATLAS
24
- - name: DSO-API Catalog
- url: $SITE_URL_CATALOG
- maxResponseTime: 3000
25
- name: Mapserver
26
url: $SITE_URL_MAPSERVER
27
0 commit comments