Files
isaaccladandCursor a06e8c2ff0
Deploy Ladill Woo Manager / deploy (push) Failing after 1s
Align billing/identity env keys with platform woo slug.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 22:48:34 +00:00

7 lines
133 B
PHP

<?php
return [
'api_url' => env('IDENTITY_API_URL', 'https://ladill.com/api'),
'api_key' => env('IDENTITY_API_KEY_WOO'),
];