All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 10s
11 lines
441 B
Plaintext
11 lines
441 B
Plaintext
# Authentik Configuration
|
|
NUXT_PUBLIC_AUTHENTIK_URL=https://authentik.nucleoriofrio.com
|
|
|
|
# Metabase Configuration (server-side only)
|
|
# Use container name for Docker internal communication
|
|
# Variables con prefijo NUXT_ para que Nuxt runtime config las lea en tiempo de ejecución
|
|
NUXT_METABASE_URL=http://metabase:3000
|
|
NUXT_METABASE_API_KEY=your-metabase-api-key
|
|
NUXT_METABASE_EMAIL=your-email@domain.com
|
|
NUXT_METABASE_PASSWORD=your-password
|