Skip to content

Commit 1eea84a

Browse files
committed
Track .env.example by excluding it from gitignore
1 parent 3f2649f commit 1eea84a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# PostgreSQL
2+
POSTGRES_USER=langflow
3+
POSTGRES_PASSWORD=langflow
4+
POSTGRES_DB=langflow
5+
6+
# Ollama — model to pull on first run
7+
OLLAMA_MODEL=qwen2.5:7b
8+
9+
# To use a remote model endpoint instead of Ollama, set:
10+
# OPENAI_API_BASE=https://your-cluster-model-endpoint/v1
11+
# OPENAI_API_KEY=your-key

0 commit comments

Comments
 (0)