<?php
declare(strict_types=1);

// Copy to /etc/self-service-now/receipt_email.php on DigitalOcean.
// Keep the real file outside the web root and source control.
return [
    'enabled' => true,
    'relay_url' => 'https://self-service.sg/api/mail_relay.php',
    'relay_token' => 'REPLACE_WITH_THE_NEW_RECEIPT_RELAY_TOKEN',
];
