Enable directory feature in default build
Some checks failed
BotServer CI/CD / build (push) Failing after 12m19s
Some checks failed
BotServer CI/CD / build (push) Failing after 12m19s
This commit is contained in:
parent
180bab0358
commit
504e6e12ad
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ features = ["database", "i18n"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# ===== DEFAULT =====
|
# ===== DEFAULT =====
|
||||||
default = ["chat", "automation", "cache", "llm", "vectordb", "crawler", "drive"]
|
default = ["chat", "automation", "cache", "llm", "vectordb", "crawler", "drive", "directory"]
|
||||||
|
|
||||||
# ===== SECURITY MODES =====
|
# ===== SECURITY MODES =====
|
||||||
# no-security: Minimal build - chat, automation, drive, cache only (no RBAC, directory, security, compliance)
|
# no-security: Minimal build - chat, automation, drive, cache only (no RBAC, directory, security, compliance)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue