fix: Resolve env template variable (#1208)
<!-- .github/pull_request_template.md --> ## Description <!-- Provide a clear description of the changes in this PR --> ## 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.
This commit is contained in:
parent
11422f362f
commit
ede6c881c7
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ VECTOR_DB_KEY=
|
||||||
# 📂 ROOT DIRECTORY IF USING COGNEE LIB INSIDE A DOCKER
|
# 📂 ROOT DIRECTORY IF USING COGNEE LIB INSIDE A DOCKER
|
||||||
################################################################################
|
################################################################################
|
||||||
# Set up the Cognee system directory. Cognee will store system files and databases here.
|
# Set up the Cognee system directory. Cognee will store system files and databases here.
|
||||||
DATA_ROOT_DIRECTORY='/cognee_data/data'
|
# DATA_ROOT_DIRECTORY='/Users/<user>/Desktop/cognee/.cognee_data/'
|
||||||
SYSTEM_ROOT_DIRECTORY='/cognee_data/system'
|
# SYSTEM_ROOT_DIRECTORY='/Users/<user>/Desktop/cognee/.cognee_system/'
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue