Configuration

Configure Replai for your needs.

Environment Variables

Create a .env file in the project root:

DATABASE_URL=postgresql://user:pass@localhost:5432/replai
NATS_URL=nats://localhost:4222
ANTHROPIC_API_KEY=sk-ant-...

Fill in the complete configuration reference here.