From 79189d25d094ff401f66e0663478685beb08967f Mon Sep 17 00:00:00 2001 From: josedario87 Date: Mon, 27 Oct 2025 15:30:41 -0600 Subject: [PATCH] Fix: agregar METABASE_API_KEY faltante a .env.example --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index eccaaad..4889097 100644 --- a/.env.example +++ b/.env.example @@ -4,5 +4,6 @@ NUXT_PUBLIC_AUTHENTIK_URL=https://authentik.nucleoriofrio.com # Metabase Configuration (server-side only) # Use container name for Docker internal communication METABASE_URL=http://metabase:3000 +METABASE_API_KEY=your-metabase-api-key METABASE_EMAIL=your-email@domain.com METABASE_PASSWORD=your-password