# L2 Server Configuration # Domain for this ActivityPub server ARTDAG_DOMAIN=artdag.rose-ash.com # JWT secret for token signing (generate with: openssl rand -hex 32) JWT_SECRET=your-secret-here-generate-with-openssl-rand-hex-32 # Notes: # - ARTDAG_USER removed - now multi-actor, each registered user is their own actor # - ARTDAG_L1 removed - L1 server URL is sent with each request