thelounge/config.js
2014-09-13 09:41:11 -07:00

9 lines
123 B
JavaScript

module.exports = {
public: true,
host: "0.0.0.0",
port: 9090,
theme: "themes/example.css",
home: "",
debug: false
};