55 lines
1.8 KiB
YAML
55 lines
1.8 KiB
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.3 - Credenciales estándar
|
|
# ============================================================================
|
|
|
|
# Usuario estándar CORE
|
|
core_user:
|
|
username: "CORE"
|
|
firstname: "ALICANTE"
|
|
lastname: "CORE"
|
|
email: "ANT1NONAME@DISROOT.ORG"
|
|
password: "coreALICANTE@2026"
|
|
|
|
# Credenciales de bases de datos
|
|
core_db_credentials:
|
|
postgres_root_password: "coreALICANTE@2026"
|
|
dolibarr_db_name: "dolibarr_db"
|
|
dolibarr_db_user: "dolibarr_core"
|
|
dolibarr_db_pass: "coreALICANTE@2026"
|
|
teable_db_name: "teable_db"
|
|
teable_db_user: "teable_core"
|
|
teable_db_pass: "coreALICANTE@2026"
|
|
activepieces_db_name: "activepieces_db"
|
|
activepieces_db_user: "activepieces_core"
|
|
activepieces_db_pass: "coreALICANTE@2026"
|
|
wikijs_db_name: "wikijs_db"
|
|
wikijs_db_user: "wikijs_core"
|
|
wikijs_db_pass: "coreALICANTE@2026"
|
|
metabase_db_name: "metabase_db"
|
|
metabase_db_user: "metabase_core"
|
|
metabase_db_pass: "coreALICANTE@2026"
|
|
|
|
# Dominios (adaptar a tus dominios reales de NPM)
|
|
dolibarr_domain: "dolibarr.tudominio.com"
|
|
teable_domain: "teable.tudominio.com"
|
|
activepieces_domain: "activepieces.tudominio.com"
|
|
wikijs_domain: "wiki.tudominio.com"
|
|
metabase_domain: "metabase.tudominio.com"
|
|
authentik_domain: "auth.tudominio.com"
|