exthos
Version:
stream processing in nodejs using the power of golang
47 lines • 1.19 kB
JavaScript
let config = {
engineExtraConfig: {
isLocal: true,
keepAlive: true,
shutdownAfterInactivityForMs: 10000,
debugNamespace: "",
handleProcessUncaughtException: true,
handleProcessUnhandledRejection: true,
benthosDir: "/tmp",
benthosFileName: "",
benthosVersion: "4.5.1",
benthosOS: "linux",
benthosArch: "amd64",
},
engineConfig: {
http: {
address: "0.0.0.0:4195",
enabled: true,
root_path: "/exthos",
debug_endpoints: false,
cert_file: "",
key_file: "",
cors: {
enabled: false,
allowed_origins: [],
},
},
logger: {
level: "INFO",
format: "json",
add_timestamp: true,
static_fields: {
"@pwrdby": "exthos",
},
},
metrics: {
prometheus: {},
mapping: "",
},
tracer: {
none: {},
},
shutdown_timeout: "20s",
},
};
export default config;
//# sourceMappingURL=config.default.js.map