Deploy Ladill Servers / deploy (push) Successful in 27s
Use the Domains API for owned domains across panel, account, and order forms, with an embedded iframe purchase modal instead of redirecting to domains.ladill.com. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
143 B
PHP
7 lines
143 B
PHP
<?php
|
|
|
|
return [
|
|
'api_url' => env('DOMAINS_API_URL', 'https://domains.ladill.com/api'),
|
|
'api_key' => env('DOMAINS_API_KEY_SERVERS'),
|
|
];
|