Files
isaaccladandCursor f1e28c7af8
Deploy Ladill Care / deploy (push) Successful in 37s
Add per-customer SMS and Bird Integrations for patient messaging.
Patient SMS/email now use encrypted tenant keys via the platform relay instead of shared platform Care API keys.

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

9 lines
307 B
PHP

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