You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
338 B

6 years ago
var config = {
PORT: 8001,
POLL_INTERVAL: 10000,
//CTL_SOCKET: "rtbwn.sock",
6 years ago
URL_BASE: "/rtbw",
PYTHON_EXECUTABLE: "python3",
RTBWCTL_FILENAME: "./backend/rtbwctl.py",
BACKEND_SOCKET: "./backend/rtbw.sock",
6 years ago
BUFFER_PURGE_TIME: 600000, //10 minutes
SUPERBUFFER_PURGE_TIME: 86400000 //24 hours
6 years ago
};
module.exports = config;