Skip to content

Commit 3a0920a

Browse files
domdomeggkiliczsh
andauthored
Add example .env values (#243)
Authored-by: kiliczsh <[email protected]> Co-authored-by: kiliczsh <[email protected]>
1 parent c2489ca commit 3a0920a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.env.example

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# MCP Registry Configuration
2+
3+
# Server configuration
4+
MCP_REGISTRY_SERVER_ADDRESS=:8080
5+
6+
# Database configuration
7+
MCP_REGISTRY_DATABASE_TYPE=mongodb
8+
MCP_REGISTRY_DATABASE_URL=mongodb://username:password@localhost:27017
9+
MCP_REGISTRY_DATABASE_NAME=mcp-registry
10+
MCP_REGISTRY_COLLECTION_NAME=servers_v2
11+
12+
# Application configuration
13+
MCP_REGISTRY_LOG_LEVEL=info
14+
MCP_REGISTRY_SEED_FILE_PATH=data/seed.json
15+
MCP_REGISTRY_SEED_IMPORT=true
16+
MCP_REGISTRY_VERSION=dev
17+
18+
# GitHub OAuth configuration
19+
MCP_REGISTRY_GITHUB_CLIENT_ID=
20+
MCP_REGISTRY_GITHUB_CLIENT_SECRET=

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ validate-schemas
1010
.idea/
1111
coverage.out
1212
coverage.html
13+
14+
registry

0 commit comments

Comments
 (0)