Files
ladill-transfer/config/ladill.php
T
isaaccladandCursor 26cc0c9a64
Deploy Ladill Transfer / deploy (push) Successful in 57s
Send SSO guests to ladill.com/products/transfer instead of subdomain landings.
Remove interactive OAuth fallback on silent SSO failure and add ladill.marketing_url config so app subdomains open the dashboard when signed in locally.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-12 22:22:17 +00:00

7 lines
144 B
PHP

<?php
return [
'product_slug' => 'transfer',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://localhost/products/transfer'),
];