fix: remove hardcoded <username> placeholder from .env.example

The literal <username> string was being copied to .env.local, causing
EACCES errors when the app tried to create /Users/<username>/...

Now commented out - the code auto-detects using os.homedir()

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
“BeeRad”
2025-12-30 12:41:26 +11:00
co-authored by Claude Opus 4.5
parent 0e6bf12ad3
commit e71e768828
+2 -2
View File
@@ -1,6 +1,6 @@
# Database Configuration - SQLite (production ready)
# Paths are auto-detected if not specified
SQLITE_DB_PATH=/Users/<username>/Library/Application Support/RA-H/db/rah.sqlite
# Paths use sensible defaults if not specified
# SQLITE_DB_PATH=$HOME/Library/Application Support/RA-H/db/rah.sqlite
SQLITE_VEC_EXTENSION_PATH=./vendor/sqlite-extensions/vec0.dylib
# AI API Keys (main orchestrator + mini agents)