25 lines
767 B
YAML
25 lines
767 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)
|
|
core_ip: "10.10.10.104"
|
|
a412b12 (Fix: V3.2 upgrade paths)
|
|
|
|
# Activepieces Configuration
|
|
ap_encryption_key: "ff7d959b67bc4b31752d51c3db3bbb5b"
|
|
ap_jwt_secret: "eW4o2aZs0yNT3Z9kSS6IYDLtMtJ/Uh1acV0HIYOfrtI="
|