# Copy to infra/.env and fill in values. Never commit infra/.env. # Docker registry (from docker-server setup) REGISTRY=registry.yourdomain.com # API keys ANTHROPIC=sk-ant-... KERNEL=... # Prompt config (full JSON from prompts.json, minified) PROMPTS_JSON=[{"name":"example","account":"myaccount","prompt":"...","schedule":{"type":"daily","window":[8,20],"postsPerDay":[1,1]}}] # Account credentials — uppercase prefix must match "account" field in PROMPTS_JSON MYACCOUNT_USER= MYACCOUNT_PW= MYACCOUNT_EMAIL= MYACCOUNT_PHONE= # Add more accounts as needed: # OTHERACCOUNT_USER= # OTHERACCOUNT_PW= # OTHERACCOUNT_EMAIL= # OTHERACCOUNT_PHONE=