Skip to content

Commit 93c47f1

Browse files
committed
feat: Added .env.example to repository
1 parent 0ac054e commit 93c47f1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# OpenAI
2+
OPENAI_API_KEY=your-key-here
3+
4+
# PostgreSQL
5+
POSTGRES_PASSWORD=choose-secure-password
6+
POSTGRES_CONNECTION=postgresql://mcp_user:${POSTGRES_PASSWORD}@localhost:5432/docs_mcp
7+
8+
# pgAdmin
9+
PGADMIN_EMAIL=admin@example.com
10+
PGADMIN_PASSWORD=admin

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
dist/
33
*.log
44
.env*
5+
!*.env.example

0 commit comments

Comments
 (0)