2014-09-13 16:41:11 +00:00
|
|
|
module.exports = {
|
|
|
|
public: true,
|
|
|
|
host: "0.0.0.0",
|
2014-09-14 13:18:53 +00:00
|
|
|
port: 9090,
|
2014-09-13 16:41:11 +00:00
|
|
|
theme: "themes/example.css",
|
|
|
|
home: "",
|
2014-09-14 13:18:53 +00:00
|
|
|
debug: true
|
2014-09-13 16:41:11 +00:00
|
|
|
};
|