Skip to content

Commit 05e73bf

Browse files
committed
Track .env.example by excluding it from gitignore
1 parent 3550d75 commit 05e73bf

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.env*
2+
!.env.example
23
.env
34
.vscode
45
.idea
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)