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