mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 15:48:28 +00:00
Config: add secret ref schema and redaction foundations
This commit is contained in:
committed by
Peter Steinberger
parent
6daf40d3f4
commit
c3a4251a60
@@ -23,6 +23,7 @@ import type {
|
||||
import type { ModelsConfig } from "./types.models.js";
|
||||
import type { NodeHostConfig } from "./types.node-host.js";
|
||||
import type { PluginsConfig } from "./types.plugins.js";
|
||||
import type { SecretsConfig } from "./types.secrets.js";
|
||||
import type { SkillsConfig } from "./types.skills.js";
|
||||
import type { ToolsConfig } from "./types.tools.js";
|
||||
|
||||
@@ -88,6 +89,7 @@ export type OpenClawConfig = {
|
||||
avatar?: string;
|
||||
};
|
||||
};
|
||||
secrets?: SecretsConfig;
|
||||
skills?: SkillsConfig;
|
||||
plugins?: PluginsConfig;
|
||||
models?: ModelsConfig;
|
||||
|
||||
Reference in New Issue
Block a user