Merge remote-tracking branch 'origin/main'
# Conflicts: # server-tools/lake-lamp-authz/install-architecture-provisioner.sh
This commit is contained in:
commit
6857684626
6 changed files with 324 additions and 18 deletions
|
|
@ -291,6 +291,11 @@ function createApp(options = {}) {
|
|||
session_ttl: manager.sessionTtl,
|
||||
max_session_lifetime: manager.maxSessionLifetime,
|
||||
auto_renew_on_activity: true,
|
||||
hololake_mobile: {
|
||||
email_session: Boolean(hololakeSessionManager),
|
||||
knowledge_snapshot: Boolean(hololakeKnowledgeProvider),
|
||||
ai_gateway: Boolean(hololakeAiGateway),
|
||||
},
|
||||
});
|
||||
if (req.method === "GET" && url.pathname === "/api/public/capabilities") return json(res, 200, {
|
||||
schema: "guanghu.lake-lamp-public-workorder/v1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue