Skip to content

Commit

Permalink
replace client id value
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Apr 26, 2024
1 parent a2dfcfe commit f140bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.ac.example → .env.agent-connect
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PORT: 3000
SITE_TITLE: "Bonjour monde !"
STYLESHEET_URL: https://unpkg.com/bamboo.css
CALLBACK_URL: /login-callback
MCP_CLIENT_ID:
MCP_CLIENT_SECRET:
MCP_CLIENT_ID: client_id_localhost:3000
MCP_CLIENT_SECRET: client_secret_localhost:3000
MCP_PROVIDER: https://fca.integ01.dev-agentconnect.fr/api/v2
MCP_SCOPES: openid email given_name
LOGIN_HINT: ""
Expand Down

0 comments on commit f140bf2

Please sign in to comment.