Skip to content

Commit 8cf06d6

Browse files
committed
env.example
1 parent 894a08d commit 8cf06d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/mcp_server/.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
SERVER_TRANSPORT=SSE
2+
3+
# Example Docker: DOCS_API_URL=http://app-dev:8000/ or http://host.docker.internal:8071/
4+
# Example localhost: DOCS_API_URL=http://localhost:8071/
5+
# Example Hackathon: DOCS_API_URL=https://docs-ia.beta.numerique.gouv.fr/
6+
DOCS_API_URL=<API_URL_HERE>
7+
8+
# Token generated from the frontend application
9+
# see http://localhost:3000/user-tokens/
10+
DOCS_API_TOKEN=<TOKEN_HERE>

0 commit comments

Comments
 (0)