mirror of
https://github.com/thelounge/thelounge
synced 2024-12-12 13:42:32 +00:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
|
module.exports = {
|
||
|
public: true,
|
||
|
host: "0.0.0.0",
|
||
|
port: 9090,
|
||
|
theme: "themes/example.css",
|
||
|
home: "",
|
||
|
debug: false
|
||
|
};
|