|
发表于 2023-5-18 22:17:26
|
显示全部楼层
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,
},
},
};
contextStorage: {
store: { module: "localfilesystem"},
default: { module: "memory" }
}
这个是要加怎么加?加了NR打不开。 |
|