6 lines
95 B
Bash
6 lines
95 B
Bash
# Database
|
|
DATABASE_URL=file:./data/app.db
|
|
|
|
# API Keys
|
|
CLAUDE_API_KEY=your_claude_api_key_here
|