josedario87 244b1ae7fb
All checks were successful
build-and-deploy / build (push) Successful in 43s
build-and-deploy / deploy (push) Successful in 4s
fix: move Metabase credentials to runtime config
Move hardcoded Metabase credentials to Nuxt runtime config to
allow configuration via environment variables and follow security
best practices.

Changes:
- Update server/utils/metabase.ts to use useRuntimeConfig()
- Add metabase config to nuxt.config.ts runtimeConfig
- Update .env.example with Metabase configuration template

Environment variables:
- METABASE_URL (default: https://metabase.nucleoriofrio.com)
- METABASE_EMAIL (required for authentication)
- METABASE_PASSWORD (required for authentication)
2025-10-13 17:50:21 -06:00
2025-09-29 14:10:11 -06:00
2025-09-29 14:10:11 -06:00
Description
No description provided
6.2 MiB
Languages
Vue 85.1%
TypeScript 12.6%
HTML 0.8%
Shell 0.7%
CSS 0.7%