Files
ladill-mini/config/billing.php
T
isaaccladandCursor 8f9fc426c3
Deploy Ladill Mini / deploy (push) Failing after 1m15s
Read Paystack keys from platform admin settings.
Add a platform DB connection and PlatformSetting model so Mini uses the same admin-panel Paystack credentials as the monolith and other extracted apps.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 19:06:23 +00:00

9 lines
260 B
PHP

<?php
return [
'api_url' => env('BILLING_API_URL', 'https://ladill.com/api/billing'),
'api_key' => env('BILLING_API_KEY_MINI'),
'service' => 'mini',
'platform_settings_connection' => env('BILLING_PLATFORM_SETTINGS_CONNECTION', 'platform'),
];