thelounge/config.js
2014-09-14 06:33:45 -07:00

9 lines
122 B
JavaScript

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