mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 08:17:16 +00:00
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
module.exports = {
|
|
public: true,
|
|
host: "0.0.0.0",
|
|
port: 9000,
|
|
theme: "themes/example.css",
|
|
home: "",
|
|
debug: false
|
|
};
|