Files
ladill-care/config/sms.php
T
isaaccladandCursor 2568b8a2f0
Deploy Ladill Care / deploy (push) Successful in 43s
Add patient SMS/email messaging and fix Meet video visit errors.
Wire Care to Ladill SMS and Bird management APIs on the patient page, and surface Meet auth/config failures as friendly validation errors instead of a 502 page.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-12 14:14:14 +00:00

8 lines
218 B
PHP

<?php
return [
'platform_api_url' => env('SMS_PLATFORM_API_URL', 'https://ladill.com/api'),
'platform_api_key' => env('SMS_API_KEY_CARE'),
'default_sender_id' => env('SMS_DEFAULT_SENDER_ID', 'Ladill'),
];