mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 14:00:21 +00:00
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
module.exports = {
|
|
port: 9000,
|
|
public: true,
|
|
theme: "themes/example.css"
|
|
};
|