Files
ladill-link/.env.example
T
isaaccladandCursor 5a3631cd2e
Deploy Ladill Link / deploy (push) Successful in 31s
Fix Afia AI assistant for Ladill Link.
Wire the chat route and Link-scoped system prompt, include the Afia panel in the main layout, and point the UI at link.afia.chat instead of the copied QR Plus route.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 14:31:00 +00:00

42 lines
773 B
Bash

APP_NAME="Ladill Link"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=https://link.ladill.com
PLATFORM_URL=https://ladill.com
PLATFORM_DOMAIN=ladill.com
AUTH_DOMAIN=auth.ladill.com
ACCOUNT_DOMAIN=account.ladill.com
LINK_PUBLIC_DOMAIN=ladl.link
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ladill_link
DB_USERNAME=ladill_link
DB_PASSWORD=
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_DOMAIN=.ladill.com
LADILL_SSO_CLIENT_ID=
LADILL_SSO_CLIENT_SECRET=
BILLING_API_URL=https://ladill.com/api/billing
BILLING_API_KEY_LINK=
IDENTITY_API_URL=https://ladill.com/api
IDENTITY_API_KEY_LINK=
LINK_PRICE_PER_LINK_GHS=0.05
AFIA_ENABLED=true
AFIA_PRODUCT=link
AFIA_PROVIDER=openai
AFIA_MODEL=gpt-4o-mini
AFIA_API_KEY=
VITE_APP_NAME="${APP_NAME}"