From ac4ec9e77f9781e27c4ce16e37028d68f6fcced3 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 26 Nov 2025 19:05:14 +0000 Subject: [PATCH] commit --- frontend/.env.local.example | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/frontend/.env.local.example b/frontend/.env.local.example index fd9fd8b..70fa9a6 100644 --- a/frontend/.env.local.example +++ b/frontend/.env.local.example @@ -1,6 +1,4 @@ -# Google Generative AI API Key (OPCIONAL) -# El proyecto usa automáticamente las credenciales del archivo bnt-ia-innovacion-new.json -# Solo necesitas configurar esto si quieres usar una API key diferente -# Obtén tu API key en: https://makersuite.google.com/app/apikey - -# GOOGLE_API_KEY=tu_api_key_aqui +GOOGLE_PROJECT_ID= +GOOGLE_LOCATION= +GOOGLE_CLIENT_EMAIL= +GOOGLE_PRIVATE_KEY= \ No newline at end of file