Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# OAA API Library Environment Configuration
# Copy this file to .env.local and fill in your values

# OAA Core Configuration
OAA_HMAC_SECRET=your-hmac-secret-here
EVE_HMAC_SECRET=your-eve-secret-here

# AI Provider API Keys
OPENAI_API_KEY=sk-your-openai-key-here
ANTHROPIC_API_KEY=sk-ant-your-anthropic-key-here
DEEPSEEK_API_KEY=sk-your-deepseek-key-here

# Optional: Ledger Configuration
LEDGER_BASE_URL=http://localhost:4000
LEDGER_ADMIN_TOKEN=your-ledger-token-here

# Optional: Development Configuration
OAA_BASE_URL=http://localhost:3000
NODE_ENV=development
Loading
Loading