-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
35 lines (32 loc) · 1.37 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
AGENTCONNECT_OIDC_CLIENT_ID="____-____-____-____-____"
AGENTCONNECT_OIDC_ID_TOKEN_SIGNED_RESPONSE_ALG="ES256"
AGENTCONNECT_OIDC_ISSUER="http://localhost:6100/api/v2"
AGENTCONNECT_OIDC_SCOPE="openid given_name usual_name email"
AGENTCONNECT_OIDC_SECRET_ID="________________________"
AGENTCONNECT_OIDC_USERINFO_SIGNED_RESPONSE_ALG="ES256"
ALLOWED_USERS="[email protected]"
API_AUTH_PASSWORD="________________________"
API_AUTH_URL="http://localhost:6300"
API_AUTH_USERNAME="________________________"
CONSOLA_LEVEL="4"
COOKIE_ENCRYPTION_KEY="password_at_least_32_characters_long"
CRISP_BASE_URL="http://localhost:6400"
CRISP_IDENTIFIER="________-____-____-____-____________"
CRISP_KEY="________________________________________________________________"
CRISP_PLUGIN_URN="urn:_______:______________:_"
CRISP_USER_NICKNAME="______________"
CRISP_WEBSITE_ID="________-____-____-____-____________"
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=public"
ENTREPRISE_API_GOUV_TOKEN="____.____.____"
ENTREPRISE_API_GOUV_URL="http://localhost:6200"
HOST="https://hyyypertool-preprod.moncomptepro.beta.gouv.fr/proxy/localhost:3000"
SENTRY_DNS="https://[email protected]/____"
SYMMETRIC_ENCRYPTION_KEY="aTrueRandom32BytesLongBase64EncodedStringAA="
ZAMMAD_TOKEN="____"
ZAMMAD_URL="http://localhost:6500"
#
# MCP
INSEE_CONSUMER_KEY=""
INSEE_CONSUMER_SECRET=""
JWKS='{"keys":[]}'