mirror of
https://gitea.bearcatlog.com/Bryant/chassis-agent
synced 2025-01-19 03:12:46 +08:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
(function () {
|
|
return {
|
|
"port": 8125,
|
|
"backends": ["./backends/repeater"],
|
|
"repeater": [{host: 'statsd-exporter', port: 9125}],
|
|
};
|
|
})();
|
|
|