Files
ladill-woo-manager/config/emaildomain.php
T
isaaccladandCursor ffe0b9d877
Deploy Ladill Woo Manager / deploy (push) Failing after 2s
Scaffold Ladill Woo Manager for WooCommerce order fulfillment.
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>
2026-07-06 22:39:38 +00:00

8 lines
232 B
PHP

<?php
return [
// Consumer config for the shared Email-Domain verification API (§4-D).
'api_url' => env('EMAILDOMAIN_API_URL', 'https://ladill.com/api/email-domains'),
'api_key' => env('EMAILDOMAIN_API_KEY_EMAIL'),
];