From c827b3e711d600e39deaff026ff055c634ffceee Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Sun, 31 May 2026 17:41:29 -0500 Subject: [PATCH] Fixing env variables. Removing variables from PUBLIC GIT source --- bruno/environments/Produccion.bru | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bruno/environments/Produccion.bru b/bruno/environments/Produccion.bru index 197efbe..b49a0c8 100644 --- a/bruno/environments/Produccion.bru +++ b/bruno/environments/Produccion.bru @@ -1,5 +1,7 @@ vars { baseUrl: https://searchts.carpa.com - searchApiKey: 3KrmYlcirARCxG4AZPV5bnJgQD0qtoW0 - adminApiKey: 3KrmYlcirARCxG4AZPV5bnJgQD0qtoW0 } +vars:secret [ + searchApiKey, + adminApiKey +]