From baa36144a87ad42f869d2019441bb04f932c69b7 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 28 Nov 2025 18:16:27 +0100 Subject: [PATCH] add api key --- deploy/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/config/config.php b/deploy/config/config.php index d7b7c2f..a6bf1df 100644 --- a/deploy/config/config.php +++ b/deploy/config/config.php @@ -3,7 +3,7 @@ return [ // Clés API autorisées 'api_keys' => [ - 'REMPLACER_PAR_VOTRE_CLE_API_GENEREE', + '25377ab6e2153b159d1d5fa22501228810b6aec9d63346bd0614045dc167061c', // Ajouter d'autres clés si nécessaire ],