From 79cf073658386d0a88f5cbb7a83d01c91e8c64f0 Mon Sep 17 00:00:00 2001 From: "Eng. Elias" Date: Fri, 15 Mar 2024 12:03:11 +0400 Subject: [PATCH] simplify .env.template --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 6f7ce4f..2d70d3e 100644 --- a/.env.template +++ b/.env.template @@ -8,6 +8,6 @@ DATABASE_URL="postgresql://postgres:postgres@localhost:5432/crew_ai_visualizer?s GEMINI_API_KEY="" -PYTHON_SITE_PACKAGES="" +PYTHON_SITE_PACKAGES=./venv/Lib/site-packages -CREW_AI_PY_FILE="" +CREW_AI_PY_FILE=./src/app/api/graphql/crew_ai.py