Files
trumpsignal-backend/.env.example
T
2026-04-20 23:05:59 +08:00

5 lines
176 B
Bash

DATABASE_URL=postgresql+asyncpg://postgres:password@localhost:5432/trumpsignal
REDIS_URL=redis://localhost:6379
ANTHROPIC_API_KEY=sk-ant-...
FRONTEND_URL=http://localhost:3001