Deploy Ladill Care / deploy (push) Successful in 37s
Settings toggle provisions Queue org via API; reception staff manage counters without leaving Care. Co-authored-by: Cursor <cursoragent@cursor.com>
47 lines
1.2 KiB
Bash
47 lines
1.2 KiB
Bash
APP_NAME="Ladill Care"
|
|
APP_ENV=local
|
|
APP_KEY=
|
|
APP_DEBUG=true
|
|
APP_URL=https://care.ladill.com
|
|
|
|
PLATFORM_URL=https://ladill.com
|
|
PLATFORM_DOMAIN=ladill.com
|
|
|
|
LOG_CHANNEL=stack
|
|
LOG_LEVEL=debug
|
|
|
|
DB_CONNECTION=sqlite
|
|
DB_DATABASE=database/database.sqlite
|
|
# Production: DB_CONNECTION=mysql, DB_HOST=127.0.0.1, DB_DATABASE=ladill_care, DB_USERNAME=ladill_care
|
|
|
|
SESSION_DRIVER=database
|
|
SESSION_LIFETIME=1440
|
|
CACHE_STORE=database
|
|
QUEUE_CONNECTION=database
|
|
|
|
# Ladill Queue service API (in-app service queue console)
|
|
QUEUE_API_URL=https://queue.ladill.com/api/v1
|
|
QUEUE_API_KEY_CARE=
|
|
|
|
# --- Ladill SSO (Sign in with Ladill — auth.ladill.com OIDC client) ---
|
|
LADILL_SSO_CLIENT_ID=
|
|
LADILL_SSO_CLIENT_SECRET=
|
|
|
|
# --- Platform APIs this app consumes (per-consumer service keys) ---
|
|
BILLING_API_URL=https://ladill.com/api/billing
|
|
BILLING_API_KEY_CARE=
|
|
IDENTITY_API_URL=https://ladill.com/api
|
|
IDENTITY_API_KEY_CARE=
|
|
|
|
# Afia in-app assistant (uses platform relay when AFIA_API_KEY is empty)
|
|
AFIA_ENABLED=true
|
|
AFIA_PRODUCT=care
|
|
AFIA_PLATFORM_API_KEY=
|
|
|
|
# Platform events webhook (user/org lifecycle from the monolith)
|
|
SERVICE_EVENTS_INBOUND_SECRET=
|
|
|
|
# --- Inbound service API keys (sibling Ladill apps calling Care) ---
|
|
CARE_API_KEY_FRONTDESK=
|
|
CARE_API_KEY_CRM=
|