From d5f40cfd964f707b95544ce9b0b5da1871eb134f Mon Sep 17 00:00:00 2001 From: Fabrice Gangler Date: Fri, 10 Feb 2023 12:40:38 +0100 Subject: [PATCH] docs: add DATAGOUV_STATISTICS_DATASET environment variable to env.example.optional file Refs: #8615 --- config/env.example.optional | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config/env.example.optional b/config/env.example.optional index c3924f529..63d32c047 100644 --- a/config/env.example.optional +++ b/config/env.example.optional @@ -134,14 +134,16 @@ VITE_LEGACY="" # around july 2022, we changed the duree_conservation_dossiers_dans_ds, allow instances to choose their own duration 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_URL="https://www.data.gouv.fr/api/1" -DATAGOUV_DESCRIPTIF_DEMARCHES_DATASET="datasetid" -DATAGOUV_DESCRIPTIF_DEMARCHES_RESOURCE="resourceid" +DATAGOUV_STATISTICS_DATASET="dataset-id1" +DATAGOUV_DESCRIPTIF_DEMARCHES_DATASET="dataset-id2" +DATAGOUV_DESCRIPTIF_DEMARCHES_RESOURCE="resource-id-of-dataset-id2" # Zonage ZONAGE_ENABLED='enabled' # zonage disabled by default if `ZONAGE_ENABLED` not set