Files
ladill-hosting/config/ladill.php
T
isaaccladandCursor 8d076d9fe0
Deploy Ladill Hosting / deploy (push) Successful in 36s
Send SSO guests to ladill.com/products/hosting 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:23 +00:00

7 lines
142 B
PHP

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