Shuo/config.js

6 lines
84 B
JavaScript
Raw Normal View History

2014-06-26 23:05:47 +00:00
module.exports = {
2014-06-29 01:07:38 +00:00
port: 9000,
2014-07-17 13:38:41 +00:00
public: true,
theme: "themes/example.css"
2014-06-26 23:05:47 +00:00
};