# Obsidian Palace MCP - Development Environment
# Copy this file to .envrc and customize for your environment
# See: https://direnv.net/
# Vault configuration: path:alias:mode (rw = read-write, ro = read-only)
# Single vault:
export PALACE_VAULTS="/path/to/your/obsidian/vault:main:rw"
# Multi-vault example:
# export PALACE_VAULTS="/path/to/work:work:rw,/path/to/personal:personal:rw"
# export PALACE_DEFAULT_VAULT="work"
# Log level (debug, info, warn, error)
export PALACE_LOG_LEVEL="debug"
# Enable file watcher for external changes
export PALACE_WATCH_ENABLED="true"
# Optional: Use config file instead of PALACE_VAULTS
# export PALACE_CONFIG_PATH="~/.config/palace/config.yaml"