system.importConfig(CONFIG);
Parameter
Type
Description
CONFIG
Object
Configs to be imported into the system
See "config.example.json" file in repository for config format
system.importConfig(require("./config.json"));