Lean control center at mini.ladill.com: payment QR CRUD, Paystack checkout with 5% fee settlement via Billing API, payments feed, and payouts. QR codes use a fixed black-and-white preset only. Co-authored-by: Cursor <cursoragent@cursor.com>
43 lines
785 B
Bash
43 lines
785 B
Bash
APP_NAME="Ladill Mini"
|
|
APP_ENV=production
|
|
APP_KEY=
|
|
APP_DEBUG=false
|
|
APP_URL=https://mini.ladill.com
|
|
|
|
PLATFORM_URL=https://ladill.com
|
|
PLATFORM_DOMAIN=ladill.com
|
|
AUTH_DOMAIN=auth.ladill.com
|
|
ACCOUNT_DOMAIN=account.ladill.com
|
|
MINI_DOMAIN=mini.ladill.com
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=ladill_mini
|
|
DB_USERNAME=ladill_mini
|
|
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_MINI=
|
|
|
|
IDENTITY_API_URL=https://ladill.com/api
|
|
IDENTITY_API_KEY_MINI=
|
|
|
|
PAYSTACK_PUBLIC_KEY=
|
|
PAYSTACK_SECRET_KEY=
|
|
|
|
AFIA_ENABLED=true
|
|
AFIA_PRODUCT=mini
|
|
AFIA_PROVIDER=openai
|
|
AFIA_MODEL=gpt-4o-mini
|
|
AFIA_API_KEY=
|
|
|
|
VITE_APP_NAME="${APP_NAME}"
|