Skip to content

Commit 68724b7

Browse files
committed
Update tokenvault sample .env
1 parent 91ac158 commit 68724b7

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed
Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
AUTH0_DOMAIN=
2-
AUTH0_AUDIENCE=
3-
AUTH0_CLIENT_ID=
1+
# Auth0 Configuration for @xmcp-dev/auth0 plugin
2+
# See: https://xmcp.dev/docs/integrations/auth0
43

5-
# One of the ways to authorize your client
6-
AUTH0_CLIENT_SECRET=
4+
# Auth0 tenant domain (format: <tenant>.<region>.auth0.com)
5+
DOMAIN=
76

7+
# API identifier URL (must match the API resource created in Auth0)
8+
AUDIENCE=
9+
10+
# MCP server base URL
11+
BASE_URL=http://localhost:3001
812
PORT=3001
9-
MCP_SERVER_URL=http://localhost:3001
13+
14+
# Machine-to-machine application credentials
15+
CLIENT_ID=
16+
CLIENT_SECRET=

0 commit comments

Comments
 (0)