Deploy Ladill Care / deploy (push) Successful in 1m0s
Add Afia and notifications to the top bar, remove the duplicate desktop page title, wire notification and AI routes, and fix mobile nav notification links. Co-authored-by: Cursor <cursoragent@cursor.com>
43 lines
1.1 KiB
Bash
43 lines
1.1 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 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=
|