Files
opensem/config/health/resources/CheckoutCom.yml
2024-02-22 19:33:56 +01:00

17 lines
522 B
YAML

name: Checkout.com API
abbreviation: https
checker: PragmaRX\Health\Checkers\Https
notify: true
column_size: 3
timeout_message: "[TIMEOUT] A request to %s took %s seconds. Timeout is set to %s seconds."
connection_timeout: 30
roundtrip_timeout: 30
targets:
- default:
urls:
- checkout-com:
url: "https://{{ config('services.checkout_com.api.host') }}/event-types"
method: GET
headers:
Authorization: "{{ config('services.checkout_com.api.keys.secret') }}"