; Caresoft Imaging — Orthanc change poller ; Copy to caresoft-notify.ini and fill in. Keep it readable only by the ; account the poller runs as: it holds the shared secret. orthanc_url = "http://127.0.0.1:8042" orthanc_user = "caresoft" orthanc_pass = "CHANGE-ME" caresoft_url = "https://imaging.caresoft.co.in/api/orthanc-webhook.php" tenant_code = "demo" secret = "CHANGE-THIS-WEBHOOK-SECRET" ; Where the poller remembers how far it has read. state_file = "/var/lib/orthanc/caresoft-notify.state"