We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac054e commit 93c47f1Copy full SHA for 93c47f1
.env.example
@@ -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
@@ -2,3 +2,4 @@ node_modules/
dist/
*.log
.env*
+!*.env.example
0 commit comments