Deploy Ladill Events / deploy (push) Successful in 41s
Programme sync to Meet rooms, wallet-billed mass comms, webhook lifecycle updates, and registration access bridge with join-window gating on public pages. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
218 B
PHP
10 lines
218 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'url' => rtrim((string) env('MEET_API_URL', 'https://meet.ladill.com/api/service/v1'), '/'),
|
|
'key' => env('MEET_API_KEY_EVENTS'),
|
|
'webhook_secret' => env('MEET_WEBHOOK_SECRET_EVENTS'),
|
|
|
|
];
|