Deploy Ladill Woo Manager / deploy (push) Failing after 2s
Standalone app with SSO shell, WordPress plugin connect flow, webhook ingest, fulfillment inbox, and plugin activation API — no payment processing. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
160 B
PHP
9 lines
160 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'url' => rtrim((string) env('MEET_API_URL', 'https://meet.ladill.com/api/service/v1'), '/'),
|
|
'key' => env('MEET_API_KEY_INVOICE'),
|
|
|
|
];
|