Files
ai_api_web/backend/env.example.txt
2026-01-22 18:26:47 +08:00

5 lines
145 B
Plaintext

SECRET_KEY=your-secret-key-here
JWT_SECRET_KEY=your-jwt-secret-key-here
DATABASE_URL=sqlite:///claude_code.db
CORS_ORIGINS=http://localhost:5173