Files
ra-h-os/.env.example
T
“BeeRad” 1019a2b846 fix: use platform-aware local defaults
- Route app DB and sqlite-vec defaults through shared platform helpers
- Mirror platform DB defaults in the standalone MCP package
- Fix Windows setup npm spawning and remove macOS-only env defaults
2026-04-27 14:46:10 +10:00

19 lines
618 B
Bash

# RA-H OS Configuration
# Copy to .env.local: cp .env.example .env.local
# OpenAI API Key (optional)
# Enables: auto-descriptions, smart tagging, semantic search
# Get one at: https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Database/vector paths are auto-detected for macOS, Windows, and Linux.
# Override only if you intentionally want a custom location.
# SQLITE_DB_PATH=/absolute/path/to/rah.sqlite
# SQLITE_VEC_EXTENSION_PATH=/absolute/path/to/vec0.<dylib|dll|so>
# App config (no changes needed)
NODE_ENV=development
PORT=3000
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_DEPLOYMENT_MODE=local