Deploy Ladill Queue / deploy (push) Successful in 56s
Phases 1–6: tickets, counters, displays, appointments, workflows, rules, analytics, reports, feedback, admin, device API, and Gitea deploy workflow for queue.ladill.com. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
215 B
PHP
8 lines
215 B
PHP
<?php
|
|
|
|
return [
|
|
// Central Ladill identity API. Queue consumes it with its own service key.
|
|
'api_url' => env('IDENTITY_API_URL', 'https://ladill.com/api'),
|
|
'api_key' => env('IDENTITY_API_KEY_QUEUE'),
|
|
];
|