# Obsidian CLI Inspector Test Vault Configuration
vault_path = "./tests/test-vault"
# Database will be created in project directory for testing
database_path = "./tests/test.db"
# Log path (optional, defaults to ~/.config/obsidian-cli-inspector/logs)
log_path = "./logs"
[exclude]
patterns = [
".obsidian/",
".git/",
".trash/",
]
[search]
default_limit = 20
[graph]
max_depth = 3