Files
isaaccladandCursor 0860b08af7 Initial Ladill Give extraction — online giving pages at give.ladill.com.
Donation checkout via Ladill Pay (9% fee), church/giving QR pages, SSO, and platform scan forwarding.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 07:25:49 +00:00

10 lines
375 B
PHP

<?php
return [
// Consumer config for the platform Mailbox provisioning API (§4). Mail infra
// (Postfix/Dovecot via mail DB + pools) lives on the platform; this app
// provisions through the API. The user is identified by public_id.
'api_url' => env('MAILBOX_API_URL', 'https://ladill.com/api/mailboxes'),
'api_key' => env('MAILBOX_API_KEY_EMAIL'),
];