thelounge/config.js

9 lines
123 B
JavaScript
Raw Normal View History

2014-09-13 18:41:11 +02:00
module.exports = {
public: true,
host: "0.0.0.0",
2014-09-13 19:10:32 +02:00
port: 9000,
2014-09-13 18:41:11 +02:00
theme: "themes/example.css",
home: "",
debug: false
};