Point QR Plus app at qrplus.ladill.com.
Deploy Ladill QR Plus / deploy (push) Successful in 28s

Update defaults, SSO redirect, and deploy runbook for the new subdomain.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-06 22:00:39 +00:00
co-authored by Cursor
parent 9fc9db8a2f
commit 6f4c68d274
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -23,7 +23,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://bird.ladill.com'), '/').'/sso/callback',
'redirect' => rtrim((string) env('APP_URL', 'https://qrplus.ladill.com'), '/').'/sso/callback',
],
'ladill_webmail' => [