Implement open knowledge access scope
This commit is contained in:
@@ -34,7 +34,9 @@ services:
|
||||
MOCK_SMS_CODE: "123456"
|
||||
MOCK_RAG_ENABLED: "true"
|
||||
MOCK_MODEL_ENABLED: "true"
|
||||
FEISHU_MOCK_ENABLED: "true"
|
||||
FEISHU_MOCK_ENABLED: "${FEISHU_MOCK_ENABLED:-true}"
|
||||
FEISHU_APP_ID: "${FEISHU_APP_ID:-}"
|
||||
FEISHU_APP_SECRET: "${FEISHU_APP_SECRET:-}"
|
||||
AUTO_CREATE_TABLES: "false"
|
||||
ports:
|
||||
- "8100:8100"
|
||||
|
||||
Reference in New Issue
Block a user