<?php
declare(strict_types=1);

// Place the real copy outside AwardSpace's public web directory.
return [
    'enabled' => true,
    // Must match /etc/self-service-now/member_email.php on DigitalOcean.
    'bearer_token' => 'REPLACE_WITH_THE_DIGITALOCEAN_RELAY_TOKEN',
    'from_address' => 'no-reply@self-service.sg',
    'from_name' => 'Self-Service Now',
];

