<?php
return [
    'ambassador' => [
        'enabled' => false,
        'hmac_secret' => 'CHANGE_ME',
        'clock_skew_seconds' => 300,
        'allowed_ips' => [],
        'max_body_bytes' => 65536,
        'status_callback_url' => '',
        'status_callback_secret' => 'CHANGE_ME',
        'connect_timeout_seconds' => 3,
        'timeout_seconds' => 8,
    ],
];
