Update Radar configuration: clarify Gemini API key file path and handling instructions in comments for better developer guidance.

This commit is contained in:
2026-08-21 12:01:52 -04:00
parent 84e50b42e0
commit 40272afde1

View File

@ -33,9 +33,10 @@ class Radar extends BaseConfig
public string $gmailScope = 'https://www.googleapis.com/auth/gmail.readonly';
/**
* MSOP-3 — clé API Gemini (1 ligne). Relatif à ROOTPATH (v4_ci4/).
* Fichier typique : ../application/credentials/gemini_api_key.txt (1Password).
* Vide / absent = sync Gmail OK, analyse IA ignorée.
* MSOP-3 — clé API Gemini (1 ligne).
* Relatif à ROOTPATH (v4_ci4/) → application/credentials/gemini_api_key.txt
* Fichier gitignoré : tu le crées UNE fois sur le serveur (File Manager).
* `git clean -fd` ne lefface pas (il faut -x pour ça). Absent = IA off.
*/
public string $geminiApiKeyFile = '../application/credentials/gemini_api_key.txt';