Files
isaaccladandCursor 2115747588
Deploy Ladill Servers / deploy (push) Successful in 28s
Merge platform registry into owned-domain picker lookups.
Fetch owned domains from both domains.ladill.com and the platform registry so legacy customer domains populate the Ladill picker.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 18:17:03 +00:00

10 lines
285 B
PHP

<?php
return [
'api_url' => env('DOMAINS_API_URL', 'https://domains.ladill.com/api'),
'api_key' => env('DOMAINS_API_KEY_SERVERS'),
'platform_api_url' => env('DOMAIN_REGISTRY_API_URL', 'https://ladill.com/api'),
'platform_api_key' => env('DOMAIN_API_KEY_SERVERS'),
];