Visitor management app with SSO, kiosk, badges, reports, and Gitea CI deploy to frontdesk.ladill.com. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
147 B
PHP
7 lines
147 B
PHP
<?php
|
|
|
|
return [
|
|
'product_slug' => 'frontdesk',
|
|
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/frontdesk'),
|
|
];
|