hardlounge/config.js

9 lines
123 B
JavaScript
Raw Normal View History

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