Files
ladill-meet/config/ladill.php
T
isaaccladandCursor ba77acdb9d
Deploy Ladill Meet / deploy (push) Successful in 52s
Fix guest join flow redirecting to Care marketing page.
Guests were sent through silent SSO after entering the meeting room because
/room routes required auth; failed SSO fell back to leftover Care config.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 12:05:41 +00:00

7 lines
123 B
PHP

<?php
return [
'product_slug' => 'meet',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com'),
];