<?php
declare(strict_types=1);

// Place the real copy at /home/www/receipt_relay_config.php.
return [
    'enabled' => true,
    'current_token' => 'REPLACE_WITH_THE_NEW_RECEIPT_RELAY_TOKEN',

    // During rotation only, copy the existing relay token here. Set this to
    // null immediately after DigitalOcean has switched to current_token.
    'previous_token' => 'REPLACE_WITH_THE_EXISTING_RECEIPT_RELAY_TOKEN_TEMPORARILY',

    // Preserve the existing working receipt sender.
    'from_address' => 'noreply@self-service.sg',
    'from_name' => 'Self-Service Receipts',
];
