- Add comprehensive README.md with examples and quick start - Add SECURITY.md with API key safety guidelines - Add MIT LICENSE - Add .gitattributes for line ending normalization - Create .env.example templates (root + ConfluentTranslator) - Update .gitignore (remove unused rules, add .env variants) - Archive work documents to docs/archive/ - Remove temporary files (nul, prompt-*.json) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
# ConfluentTranslator Configuration
|
|
|
|
# LLM API Keys (required)
|
|
ANTHROPIC_API_KEY=sk-ant-your-key-here
|
|
OPENAI_API_KEY=sk-proj-your-key-here
|
|
|
|
# Server Configuration (optional)
|
|
PORT=3000
|
|
JWT_SECRET=your-random-secret-here
|