Deploy Ladill Transfer / deploy (push) Successful in 27s
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>
7 lines
145 B
PHP
7 lines
145 B
PHP
<?php
|
|
|
|
return [
|
|
'product_slug' => 'transfer',
|
|
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/transfer'),
|
|
];
|