Deploy Ladill Events / deploy (push) Successful in 24s
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>
7 lines
140 B
PHP
7 lines
140 B
PHP
<?php
|
|
|
|
return [
|
|
'product_slug' => 'events',
|
|
'marketing_url' => env('LADILL_MARKETING_URL', 'https://localhost/products/events'),
|
|
];
|