hardlounge/config.js

6 lines
84 B
JavaScript
Raw Normal View History

2014-06-26 19:05:47 -04:00
module.exports = {
2014-06-28 21:07:38 -04:00
port: 9000,
2014-07-17 09:38:41 -04:00
public: true,
theme: "themes/example.css"
2014-06-26 19:05:47 -04:00
};