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>
9 lines
295 B
PHP
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'),
|
|
];
|