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:
co-authored by
Claude Opus 4.5
parent
0e6bf12ad3
commit
e71e768828
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user