Skip to content

Commit 4ef9ace

Browse files
author
veeck
committed
add test config with just an evening compliment
1 parent 28bcee7 commit 4ef9ace

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
let config = {
2+
address: "0.0.0.0",
3+
ipWhitelist: [],
4+
timeFormat: 12,
5+
6+
modules: [
7+
{
8+
module: "compliments",
9+
position: "middle_center",
10+
config: {
11+
compliments: {
12+
evening: ["Evening here"]
13+
}
14+
}
15+
}
16+
]
17+
};
18+
19+
/*************** DO NOT EDIT THE LINE BELOW ***************/
20+
if (typeof module !== "undefined") {
21+
module.exports = config;
22+
}

0 commit comments

Comments
 (0)