|
发表于 2023-5-22 17:31:20
|
显示全部楼层
// Configure the logging output
logging: {
// Only console logging is currently supported
console: {
// Whether or not to include metric events in the log output
metrics: false,
// Whether or not to include audit events in the log output
audit: false,
},
},
// Customising the editor
editorTheme: {
projects: {
// To enable the Projects feature, set this value to true
enabled: false,
},
},
// Configure context storage
contextStorage: {
store: { module: "localfilesystem" },
default: { module: "memory" }
}
};
|
|