Files
ladill-give/config/ladill.php
T
isaaccladandCursor 79f7038274
Deploy Ladill Give / deploy (push) Successful in 28s
Send SSO guests to ladill.com/products/give 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:06 +00:00

7 lines
136 B
PHP

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