feat: limitar permisos de coordinador en usuarios y habilitar panel de generacion en rotaciones

This commit is contained in:
2026-02-02 19:15:55 -06:00
parent 300a5bede4
commit b73cd6a32f
6 changed files with 69 additions and 30 deletions

View File

@@ -29,7 +29,6 @@ write_env "DB_PASS" "${DB_PASS:-password}"
# Aplicación
write_env "SITE_URL" "${SITE_URL:-http://localhost}"
write_env "TIMEZONE" "${TIMEZONE:-America/Mexico_City}"
write_env "CAOS_BASE_URL" "${CAOS_BASE_URL}" # Soporte opcional legacy/custom
# Sesión
write_env "SESSION_NAME" "${SESSION_NAME:-ibiza_session}"