Deploy Ladill Servers / deploy (push) Successful in 28s
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>
10 lines
285 B
PHP
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'),
|
|
];
|