Files
ladill-link/config/link.php
T
isaaccladandCursor d9c91ad7d8 Add Ladill Link URL shortener on ladl.link.
Management UI at link.ladill.com with GHS 0.05 per link wallet billing,
click analytics, and legacy fallback to ladill.com/q for QR ecosystem codes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 10:58:41 +00:00

9 lines
295 B
PHP

<?php
return [
'price_per_link_ghs' => (float) env('LINK_PRICE_PER_LINK_GHS', 0.05),
'slug_length' => (int) env('LINK_SLUG_LENGTH', 8),
'click_unique_window_hours' => (int) env('LINK_CLICK_UNIQUE_WINDOW_HOURS', 24),
'public_domain' => env('LINK_PUBLIC_DOMAIN', 'ladl.link'),
];