docs: add DATAGOUV_STATISTICS_DATASET environment variable to env.example.optional file

Refs: #8615
This commit is contained in:
Fabrice Gangler 2023-02-10 12:40:38 +01:00 committed by GitHub
parent 4b0e6ea382
commit d5f40cfd96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,14 +134,16 @@ VITE_LEGACY=""
# around july 2022, we changed the duree_conservation_dossiers_dans_ds, allow instances to choose their own duration # around july 2022, we changed the duree_conservation_dossiers_dans_ds, allow instances to choose their own duration
NEW_MAX_DUREE_CONSERVATION=12 NEW_MAX_DUREE_CONSERVATION=12
#
OPENDATA_ENABLED="enabled"
# Publish to datagouv # Open data
OPENDATA_ENABLED="enabled" # disabled by default if `OPENDATA_ENABLED` not set
# Open data, publish to data.gouv.fr
DATAGOUV_API_KEY="thisisasecret" DATAGOUV_API_KEY="thisisasecret"
DATAGOUV_API_URL="https://www.data.gouv.fr/api/1" DATAGOUV_API_URL="https://www.data.gouv.fr/api/1"
DATAGOUV_DESCRIPTIF_DEMARCHES_DATASET="datasetid" DATAGOUV_STATISTICS_DATASET="dataset-id1"
DATAGOUV_DESCRIPTIF_DEMARCHES_RESOURCE="resourceid" DATAGOUV_DESCRIPTIF_DEMARCHES_DATASET="dataset-id2"
DATAGOUV_DESCRIPTIF_DEMARCHES_RESOURCE="resource-id-of-dataset-id2"
# Zonage # Zonage
ZONAGE_ENABLED='enabled' # zonage disabled by default if `ZONAGE_ENABLED` not set ZONAGE_ENABLED='enabled' # zonage disabled by default if `ZONAGE_ENABLED` not set