Update Radar configuration: clarify Gemini API key file path and handling instructions in comments for better developer guidance.
This commit is contained in:
@ -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 l’efface pas (il faut -x pour ça). Absent = IA off.
|
||||
*/
|
||||
public string $geminiApiKeyFile = '../application/credentials/gemini_api_key.txt';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user