Files
ladill-events/.env.example
T
isaaccladandCursor 7d00349847
Deploy Ladill Events / deploy (push) Successful in 1m4s
Throttle platform SSO session checks to cut per-request auth latency.
Verify auth.ladill.com at most once every 90s; recommend Redis for session/cache in .env.example.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 16:50:20 +00:00

51 lines
998 B
Bash

APP_NAME="Ladill Events"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=https://events.ladill.com
PLATFORM_URL=https://ladill.com
PLATFORM_DOMAIN=ladill.com
AUTH_DOMAIN=auth.ladill.com
ACCOUNT_DOMAIN=account.ladill.com
EVENTS_DOMAIN=events.ladill.com
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ladill_events
DB_USERNAME=ladill_events
DB_PASSWORD=
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
SESSION_DRIVER=redis
# Idle web session length in minutes (1440 = 24 hours of inactivity).
SESSION_LIFETIME=1440
SESSION_DOMAIN=.ladill.com
LADILL_SSO_CLIENT_ID=
LADILL_SSO_CLIENT_SECRET=
BILLING_API_URL=https://ladill.com/api/billing
BILLING_API_KEY_EVENTS=
PAY_API_URL=https://ladill.com/api/pay
PAY_API_KEY_EVENTS=
IDENTITY_API_URL=https://ladill.com/api
IDENTITY_API_KEY_EVENTS=
AFIA_ENABLED=true
AFIA_PRODUCT=events
AFIA_PROVIDER=openai
AFIA_MODEL=gpt-4o-mini
AFIA_API_KEY=
LINK_PUBLIC_DOMAIN=ladl.link
VITE_APP_NAME="${APP_NAME}"