Files
AI_template/.env.example
olekhondera cf86a91e4a docs: sync documentation with actual repo state; adapt for Gitea
- Remove all .github references (removed in 6c644dd but docs still referenced)
- Rewrite review-pr skill to use Gitea API instead of gh CLI
- Add gitea-pr.sh helper for Gitea API calls (view/diff/files/comments)
- Update project structure tree: add scripts/, .woodpecker.yml, ci-cd.md,
  status-update-checklist.md, commit-docs-reminder.sh, RESEARCH-SDD-TOOLS.md
- Fix skills count 14 → 15 (add create-skill to DOCS.md)
- Remove .github references from CONTRIBUTING.md, SECURITY.md, init-project
- Add GITEA_TOKEN to .env.example
- Update CI/CD placeholder in RECOMMENDATIONS.md to Woodpecker

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 19:04:43 +02:00

46 lines
1.0 KiB
Plaintext

# =============================================================================
# Environment Variables Template
# Copy this file to .env.local and fill in the values
# Never commit .env.local or any file containing real secrets
# =============================================================================
# --- App ---
NODE_ENV=development
# APP_URL=http://localhost:3000
# API_URL=http://localhost:4000
# --- Database ---
# DATABASE_URL=postgresql://user:password@localhost:5432/mydb
# --- Redis (queues, caching) ---
# REDIS_URL=redis://localhost:6379
# --- Authentication ---
# AUTH_SECRET=generate-a-random-secret-here
# NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
# CLERK_SECRET_KEY=
# --- LLM / AI ---
# OPENAI_API_KEY=
# ANTHROPIC_API_KEY=
# --- Payments ---
# STRIPE_SECRET_KEY=
# STRIPE_WEBHOOK_SECRET=
# --- Email ---
# RESEND_API_KEY=
# --- Gitea ---
# GITEA_TOKEN=
# --- CI/CD (Woodpecker) ---
# WOODPECKER_TOKEN=
# WOODPECKER_URL=https://ci.spektr.design
# --- File Storage ---
# S3_BUCKET=
# S3_REGION=
# S3_ACCESS_KEY_ID=
# S3_SECRET_ACCESS_KEY=