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
288 B
PHP
9 lines
288 B
PHP
<?php
|
|
|
|
return [
|
|
'plugin_client_id' => env('WOO_MANAGER_PLUGIN_CLIENT_ID'),
|
|
'plugin_client_secret' => env('WOO_MANAGER_PLUGIN_CLIENT_SECRET'),
|
|
'install_token_ttl_minutes' => (int) env('WOO_INSTALL_TOKEN_TTL', 10),
|
|
'webhook_topics' => ['order.created', 'order.updated'],
|
|
];
|