chore: update backend example env to include PYTHON_BIN env var.

This commit is contained in:
K
2026-05-03 01:17:09 +05:30
parent 0f91db798c
commit 68d85898a1
+3
View File
@@ -6,3 +6,6 @@ GROQ_API_KEY=your_groq_api_key_here
# Server port (optional, defaults to 5000)
PORT=5000
# Python bin (for venv); optional
PYTHON_BIN=/path/to/bin/python