Shuo/config.js

9 lines
123 B
JavaScript
Raw Normal View History

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