Deploy Ladill Events / deploy (push) Successful in 41s
Events can define hybrid/virtual sessions synced to Meet rooms; SMS and email use wallet-billed platform APIs instead of Termii and Laravel mail. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
159 B
PHP
9 lines
159 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'url' => rtrim((string) env('MEET_API_URL', 'https://meet.ladill.com/api/service/v1'), '/'),
|
|
'key' => env('MEET_API_KEY_EVENTS'),
|
|
|
|
];
|