24 lines
694 B
YAML
24 lines
694 B
YAML
---
|
|
timezone: "Europe/Madrid"
|
|
|
|
# Contraseñas Maestras (Se usan para configurar las DBs internas de cada stack)
|
|
global_db_pass: "RootSecret123"
|
|
global_redis_pass: "RedisSecret123"
|
|
authentik_secret: "AlicanteAuthSecret2025_ChangeMe"
|
|
|
|
sysadmin_email: "admin@alicante.local"
|
|
global_db_root_pass: "RootSecret123"
|
|
global_db_app_pass: "AppSecret123"
|
|
global_redis_pass: "RedisSecret123"
|
|
authentik_secret: "GenerarStringLargoAleatorio123456"
|
|
authentik_pg_pass: "AuthDBSecret123"
|
|
pg_version: "16"
|
|
|
|
# --- ALICANTE CORE V3.2 CONFIGURATION ---
|
|
# Carbone (Stack Docs)
|
|
carbone_port: 4000
|
|
carbone_version: "4"
|
|
carbone_image: "carbone/carbone"
|
|
core_ip: "10.10.10.104"
|
|
a412b12 (Fix: V3.2 upgrade paths)
|