env.example
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user