Files
ladill-give/config/ladill.php
T
isaaccladandCursor 6ee34a6037
Deploy Ladill Give / deploy (push) Successful in 28s
Fix guest entry: correct marketing URL and stop auto silent SSO.
Correct localhost marketing_url default and stop redirecting guests through
/sso/connect on visit; SSO starts only via explicit sign-in.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 13:08:52 +00:00

7 lines
137 B
PHP

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