From f40c34288282a6ba2542ca306e2fcf2b76a515b0 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Wed, 20 May 2026 16:53:40 -0400 Subject: [PATCH] chore: replace local dev path in filedatabase.example.json with placeholder --- DeepDrftContent/filedatabase.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepDrftContent/filedatabase.example.json b/DeepDrftContent/filedatabase.example.json index 5e60f5f..36b5270 100644 --- a/DeepDrftContent/filedatabase.example.json +++ b/DeepDrftContent/filedatabase.example.json @@ -1,5 +1,5 @@ { "FileDatabaseSettings": { - "VaultPath": "C:/Development/DeepDrftHome/Database/Vaults" + "VaultPath": "" } }