thelounge/config.js
2014-07-17 06:38:48 -07:00

6 lines
84 B
JavaScript

module.exports = {
port: 9000,
public: true,
theme: "themes/example.css"
};