-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
24 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copy this to .env if you want cpp-mp-mcp to override credentials for local
# dev. For normal use you don't need to create .env — the MCP reads credentials
# from your MPNext install's .env.local at %USERPROFILE%\code\MPNext\.env.local.
#
# .env and .env.local are gitignored — never committed.
# === Ministry Platform Credentials (shared instance-level) ===
# These are the env var names MPHelper itself reads. Match MPNext's .env.local.
# Production
MINISTRY_PLATFORM_BASE_URL=https://mp.archomaha.org/ministryplatformapi
MINISTRY_PLATFORM_CLIENT_ID=MPNext
MINISTRY_PLATFORM_CLIENT_SECRET=
# === Multi-tenant registrations ===
#
# This MCP supports ONE tenant per process (MPHelper uses a singleton provider).
# To access both production AND sandbox, register the MCP TWICE in Claude Code
# with different env vars per registration — do not put sandbox creds in this
# file. See README for the exact `claude mcp add` commands.
# === Optional: path to MPNext ===
# Defaults to %USERPROFILE%\code\MPNext. Override only if installed elsewhere.
# MPNEXT_PATH=C:\Users\YOU\code\MPNext