Enable directory feature in default build
Some checks failed
BotServer CI/CD / build (push) Failing after 12m19s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-12 11:46:24 -03:00
parent 180bab0358
commit 504e6e12ad

View file

@ -10,7 +10,7 @@ features = ["database", "i18n"]
[features]
# ===== DEFAULT =====
default = ["chat", "automation", "cache", "llm", "vectordb", "crawler", "drive"]
default = ["chat", "automation", "cache", "llm", "vectordb", "crawler", "drive", "directory"]
# ===== SECURITY MODES =====
# no-security: Minimal build - chat, automation, drive, cache only (no RBAC, directory, security, compliance)