Fix meeting join links pointing at the Care domain.
Deploy Ladill Meet / deploy (push) Successful in 43s

Build join URLs from meet.ladill.com config instead of APP_URL, which was still inherited from the Care app template.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 10:32:02 +00:00
co-authored by Cursor
parent 4cc4970916
commit 08c4974a31
6 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ return [
'issuer' => 'https://'.config('app.auth_domain'),
'client_id' => env('LADILL_SSO_CLIENT_ID'),
'client_secret' => env('LADILL_SSO_CLIENT_SECRET'),
'redirect' => rtrim((string) env('APP_URL', 'https://care.ladill.com'), '/').'/sso/callback',
'redirect' => rtrim((string) env('APP_URL', 'https://meet.ladill.com'), '/').'/sso/callback',
],
// Central Ladill identity API (auth.ladill.com /api/identity/auth/*),