-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 786 Bytes
/
Copy path.env.example
File metadata and controls
29 lines (23 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Environment variables — DNA monorepo
# Copy to `.env` for local development. Never commit secrets.
# Runtime observer
DNA_PROJECT_ID=dna-by-humaan
NODE_ENV=development
GIT_SHA=local
# Optional — DNA platform URLs (defaults work for most projects)
# DNA_MARKETPLACE_URL=https://dna.humaan.app/marketplace
# DNA_INTELLIGENCE_URL=https://dna.humaan.app/intelligence
# DNA_FEEDBACK_URL=https://dna.humaan.app/api/v1/feedback
# GitHub (browser login via `dna github login` is preferred)
# GITHUB_TOKEN=
# DNA_GITHUB_CLIENT_ID=
# AI providers (optional — `dna ai connect`)
# OPENAI_API_KEY=
# ANTHROPIC_API_KEY=
# Maintainer-only
# DNA_FEEDBACK_TOKEN=
# NPM_TOKEN=
# Skip auto-behaviours in CI or local dev
# DNA_SKIP_CLI_UPDATE=1
# DNA_SKIP_GITHUB_LOGIN=1
# DNA_LOG_LEVEL=info