Deploy Ladill Care / deploy (push) Failing after 13s
Healthcare management app: patients, appointments, consultations, lab, pharmacy inventory, billing, and reports at care.ladill.com. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
235 B
PHP
10 lines
235 B
PHP
<?php
|
|
|
|
return [
|
|
'api_url' => env('BILLING_API_URL', 'https://ladill.com/api/billing'),
|
|
'api_key' => env('BILLING_API_KEY_CARE'),
|
|
'service' => 'care',
|
|
'wallet_balance_route' => 'care.wallet',
|
|
'currency' => 'GHS',
|
|
];
|