From ede6c881c7eeb0c07d8eae812802fc1bb6222fcf Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:04:34 +0200 Subject: [PATCH] fix: Resolve env template variable (#1208) ## Description ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index f789fde4b..4f1158e4b 100644 --- a/.env.template +++ b/.env.template @@ -79,8 +79,8 @@ VECTOR_DB_KEY= # 📂 ROOT DIRECTORY IF USING COGNEE LIB INSIDE A DOCKER ################################################################################ # Set up the Cognee system directory. Cognee will store system files and databases here. -DATA_ROOT_DIRECTORY='/cognee_data/data' -SYSTEM_ROOT_DIRECTORY='/cognee_data/system' +# DATA_ROOT_DIRECTORY='/Users//Desktop/cognee/.cognee_data/' +# SYSTEM_ROOT_DIRECTORY='/Users//Desktop/cognee/.cognee_system/' ################################################################################