Files
celery/.env.example
gilesb f9e22171de feat: add L1_PUBLIC_URL config for many-to-many L1/L2 support
- Add L1_PUBLIC_URL environment variable
- UI publish sends L1 URL to L2 so it knows where to fetch run data
- Update .env.example with new config

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 19:40:59 +00:00

11 lines
312 B
Plaintext

# L1 Server Configuration
# This L1 server's public URL (sent to L2 when publishing)
L1_PUBLIC_URL=https://l1.artdag.rose-ash.com
# L2 server URL (for authentication and publishing)
L2_SERVER=https://artdag.rose-ash.com
# L2 domain for ActivityPub actor IDs (e.g., @user@domain)
L2_DOMAIN=artdag.rose-ash.com