thelounge/config.js

9 lines
122 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-14 15:18:53 +02:00
port: 9090,
2014-09-13 18:41:11 +02:00
theme: "themes/example.css",
home: "",
2014-09-14 15:18:53 +02:00
debug: true
2014-09-13 18:41:11 +02:00
};