env.example

This commit is contained in:
Anthony LC
2025-06-03 12:20:11 +02:00
parent 894a08deec
commit 8cf06d6c8c
+10
View File
@@ -0,0 +1,10 @@
SERVER_TRANSPORT=SSE
# Example Docker: DOCS_API_URL=http://app-dev:8000/ or http://host.docker.internal:8071/
# Example localhost: DOCS_API_URL=http://localhost:8071/
# Example Hackathon: DOCS_API_URL=https://docs-ia.beta.numerique.gouv.fr/
DOCS_API_URL=<API_URL_HERE>
# Token generated from the frontend application
# see http://localhost:3000/user-tokens/
DOCS_API_TOKEN=<TOKEN_HERE>