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= MEET_API_URL=https://meet.ladill.com/api/service/v1 MEET_API_KEY_EVENTS= MEET_WEBHOOK_SECRET_EVENTS= # Ladill Mail calendar (sync events to the webmail utility calendar) LADILL_MAIL_API_URL=https://mail.ladill.com/api/service/v1 MAIL_API_KEY_EVENTS= # Inbound service API (Meet calls Events) EVENTS_API_KEY_MEET= SMS_PLATFORM_API_URL=https://ladill.com/api SMS_API_KEY_EVENTS= SMS_DEFAULT_SENDER_ID=Ladill # Transactional email (platform mailer — same pattern as Invoice) MAIL_MAILER=smtp MAIL_HOST=127.0.0.1 MAIL_PORT=587 MAIL_USERNAME= MAIL_PASSWORD= MAIL_FROM_ADDRESS=noreply@ladill.com MAIL_FROM_NAME=Ladill # Legacy Bird SMTP API (unused for attendee/speaker mail; kept for future Bird integration) SMTP_PLATFORM_API_URL=https://ladill.com/api/smtp SMTP_API_KEY_EVENTS= EVENTS_SMTP_FROM=events@ladill.com EVENTS_SMTP_FROM_NAME="Ladill 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}"