-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (30 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
36 lines (30 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Variables globales orientativas de SentinelOps
# Copiar y adaptar antes de materializar entornos reales.
PROJECT_NAME=sentinelops
PROJECT_STAGE=lab
TZ=Europe/Madrid
# Dominio interno del laboratorio
BASE_DOMAIN=sentinelops.lab
AUTH_FQDN=auth.sentinelops.lab
CLOUD_FQDN=cloud.sentinelops.lab
GLPI_FQDN=glpi.sentinelops.lab
GRAFANA_FQDN=grafana.ops.sentinelops.lab
PROMETHEUS_FQDN=prometheus.ops.sentinelops.lab
WAZUH_FQDN=wazuh.ops.sentinelops.lab
# Convenciones de red
MGMT_NETWORK=sentinelops-mgmt
SERVICES_FRONTEND_NETWORK=sentinelops-services-frontend
SERVICES_BACKEND_NETWORK=sentinelops-services-backend
OPS_NETWORK=sentinelops-ops
VPN_NETWORK=sentinelops-vpn
# Convenciones de nombres de host
EDGE_HOSTNAME=sentinelops-edge
PLATFORM_HOSTNAME=sentinelops-platform
OPS_HOSTNAME=sentinelops-ops
# Rutas y directorios orientativos
TRAEFIK_CERTS_DIR=./services/edge/certs
MONITORING_DATA_DIR=./monitoring/data
BACKUP_REPOSITORY_DIR=./backups/repository
# Notas
# - No incluir secretos reales en este fichero.
# - Las versiones finales de imagen y credenciales se definen por dominio.