forked from demarche-numerique/demarche.numerique.gouv.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test
More file actions
44 lines (35 loc) · 1.35 KB
/
Copy path.env.test
File metadata and controls
44 lines (35 loc) · 1.35 KB
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
36
37
38
39
40
41
42
43
APP_HOST="test.host" # must match host defined in spec/rails_helper.rb
APP_HOST_LEGACY="test-legacy.host"
AR_ENCRYPTION_PRIMARY_KEY="test-RgUyzplf0kehB5fyZpmCd37uvgb"
AR_ENCRYPTION_KEY_DERIVATION_SALT="test-yyMmzM9cTSD1rs3Fq3hwt3hMNg4"
# Datagouv
DATAGOUV_API_KEY="clesecrete"
DATAGOUV_API_URL="https://www.data.gouv.fr/api/1"
DATAGOUV_DESCRIPTIF_DEMARCHES_DATASET="ethopundataset"
DATAGOUV_DESCRIPTIF_DEMARCHES_RESOURCE="etbimuneressource"
DATAGOUV_STATISTICS_DATASET="dataset_de_test"
# FranceConnect Particulier
FRANCE_CONNECT_ENABLED="disabled"
# Universign
UNIVERSIGN_USERPWD="fake:fake"
# For type de champ plugged to APIs, we define a global allowed domain. To add other, use comma separated values.
ALLOWED_API_DOMAINS_FROM_FRONTEND="https://rnb-api.beta.gouv.fr,https://tabular-api.data.gouv.fr,https://api.apprentissage.beta.gouv.fr"
CRISP_WEBSITE_ID="website-id"
CRISP_CLIENT_IDENTIFIER="client-username"
CRISP_CLIENT_KEY="client-pwd"
CRISP_INBOX_ID_DEV="123-456"
# should never be called during test
LLM_URI_BASE="https://llm.example.com"
# this is a fake key
LLM_API_KEY="llm-api-key"
# this is our real model
LLM_MODEL_NAME="mistralai/mistral-medium-3.1"
# deterministic
LLM_TEMPERATURE="0"
# S3 conf
S3_ACCESS_KEY_ID=a_key
S3_SECRET_ACCESS_KEY=a_secret
S3_REGION=a_region
S3_BUCKET=a_bucket
S3_FORCE_PATH_STYLE="true"
S3_ENDPOINT="http://a_endpoint.com"