From 688715e47fe59f066bb948c8e5647506809f0795 Mon Sep 17 00:00:00 2001 From: bach Date: Sun, 12 Jul 2026 19:01:27 +0200 Subject: [PATCH] removed google api key from source code --- .../config/install/migrate_plus.migration.projet_node.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/modules/custom/migrate_leshed/config/install/migrate_plus.migration.projet_node.yml b/web/modules/custom/migrate_leshed/config/install/migrate_plus.migration.projet_node.yml index 33b7f85..6536505 100644 --- a/web/modules/custom/migrate_leshed/config/install/migrate_plus.migration.projet_node.yml +++ b/web/modules/custom/migrate_leshed/config/install/migrate_plus.migration.projet_node.yml @@ -13,7 +13,10 @@ source: # The feed file for the spreadsheet. The Google Spreadsheet should be either “Public” or set to “Anyone with link can # view” in order for the feed to work. # Template: 'https://sheets.googleapis.com/v4/spreadsheets//values/?key=' - urls: 'https://sheets.googleapis.com/v4/spreadsheets/1561Gv1C-IlCTmg64Z8HnznvOeLbvwhA_k1l6aq95zFA/values/Projets?key=AIzaSyBOzRmGI0voXH7Ly8eva3PmphdzGuaNKsc' + # La clé API n'est volontairement pas dans l'URL : le data_parser + # google_sheets ajoute automatiquement la clé stockée en base + # (config migrate_google_sheets.settings, réglée via l'UI du module). + urls: 'https://sheets.googleapis.com/v4/spreadsheets/1561Gv1C-IlCTmg64Z8HnznvOeLbvwhA_k1l6aq95zFA/values/Projets' # Under 'fields', we list the data items to be imported. The first level keys # are the source field names we want to populate (the names to be used as # sources in the process configuration below). For each field we're importing,