thelounge/config.js
Mattias Erming b3b36282aa Refactoring
2014-09-13 10:10:32 -07:00

9 lines
123 B
JavaScript

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