Skip to content

Commit

Permalink
Changed order of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 10, 2021
1 parent 213cd51 commit eb44462
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,18 @@ workflowSchedule:

# Report on sites or endpoints
sites:
- name: Website (Hosting)
url: https://tonicpow.com
icon: https://tonicpow.com/favicon-32x32.png
maxResponseTime: 8000
assignees:
- mrz1836
expectedStatusCodes:
- 200
- name: Website (Server)
url: $WEB_SERVER_URL
- name: API
url: $API_URL
icon: https://tonicpow.com/favicon-32x32.png
maxResponseTime: 4000
assignees:
- mrz1836
expectedStatusCodes:
- 200
- name: API
url: $API_URL
- name: Documentation
url: https://docs.tonicpow.com
icon: https://tonicpow.com/favicon-32x32.png
maxResponseTime: 4000
maxResponseTime: 8000
assignees:
- mrz1836
expectedStatusCodes:
Expand All @@ -60,14 +52,22 @@ sites:
- 200
- 301
- 302
- name: Documentation
url: https://docs.tonicpow.com
- name: Website (Hosting)
url: https://tonicpow.com
icon: https://tonicpow.com/favicon-32x32.png
maxResponseTime: 8000
assignees:
- mrz1836
expectedStatusCodes:
- 200
- name: Website (Server)
url: $WEB_SERVER_URL
icon: https://tonicpow.com/favicon-32x32.png
maxResponseTime: 4000
assignees:
- mrz1836
expectedStatusCodes:
- 200

# Status website configuration
status-website:
Expand Down

0 comments on commit eb44462

Please sign in to comment.