Files
check_pa/settings_example.py
cyroxx ea2854ba38
All checks were successful
Python tests / tests (push) Successful in 1m20s
enable WEBHOOK_URL in settings example
2026-02-03 02:52:14 +01:00

5 lines
137 B
Python

# required
DOCUMENT_ID = ""
# optional: Webhook URL to send notifications to
WEBHOOK_URL = "https://example.com/webhook/your_webhook_id"