# AI Memory (Vector Bridge) Environment Variables # Copy this file to .env and fill in your values # PostgreSQL + pgvector (Railway) DATABASE_URL_MEMORY=postgres://user:password@host:port/database # Redis (Railway) REDIS_URL=redis://user:password@host:port # OpenAI API Key OPENAI_API_KEY=sk-proj-your-key-here # Environment NODE_ENV=production # Logging LOG_LEVEL=INFO