Merge platform registry into owned-domain picker lookups.
Deploy Ladill Hosting / deploy (push) Successful in 29s
Deploy Ladill Hosting / deploy (push) Successful in 29s
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>
This commit is contained in:
@@ -3,4 +3,7 @@
|
||||
return [
|
||||
'api_url' => env('DOMAINS_API_URL', 'https://domains.ladill.com/api'),
|
||||
'api_key' => env('DOMAINS_API_KEY_HOSTING'),
|
||||
|
||||
'platform_api_url' => env('DOMAIN_REGISTRY_API_URL', 'https://ladill.com/api'),
|
||||
'platform_api_key' => env('DOMAIN_API_KEY_HOSTING'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user