summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-20 11:17:19 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-20 11:17:19 -1000
commit07ba815e8517ee2d3a5fa531361bbd09bdfcbaa7 (patch)
treeca9d9be0f02d5a724a3646f87d4a9f50203249cc /.env.example
parent6a59098c3096f5ebd3a61ef5268cbd480b0f1519 (diff)
Remove Obsidian integration for public server deployment
Obsidian relied on local filesystem access which is incompatible with public server deployment. This removes all Obsidian-related code including: - API client and interface - Store layer methods (SaveNotes, GetNotes, SearchNotes) - Handler methods and routes - UI tab and templates - Configuration fields - Related tests Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to '.env.example')
-rw-r--r--.env.example3
1 files changed, 0 insertions, 3 deletions
diff --git a/.env.example b/.env.example
index dddb927..e54a20b 100644
--- a/.env.example
+++ b/.env.example
@@ -17,9 +17,6 @@ TRELLO_TOKEN=
# PLANTOEAT_API_KEY=
# Paths
-# Absolute path to your Obsidian vault directory
-OBSIDIAN_VAULT_PATH=/path/to/your/obsidian/vault
-
# Database file location (relative or absolute path)
DATABASE_PATH=./dashboard.db