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>
7 lines
134 B
PHP
7 lines
134 B
PHP
<?php
|
|
|
|
return [
|
|
'api_url' => env('IDENTITY_API_URL', 'https://ladill.com/api'),
|
|
'api_key' => env('IDENTITY_API_KEY_MINI'),
|
|
];
|