<?php
return ['enabled'=>false,'output_path'=>__DIR__.'/../var/runtime/legacy-observations.jsonl',
    'tenant_id'=>'CHANGE_ME_TENANT','environment'=>'DEV',
    'hmac_salt_file'=>__DIR__.'/../var/runtime/legacy-observation.salt',
    'flush_each_record'=>true,
    'observation_types'=>['ring_notified','answer_resolved','popup_emitted','activity_created',
        'missed_call_finalized','call_ignored','duplicate_suppressed']];
