Skip to content

Commit c88c9eb

Browse files
authoredJul 17, 2019
add more config options
1 parent efd0b75 commit c88c9eb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
 

‎config.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
{
2-
"email": {
2+
"user": "motion@somehost.com",
3+
"email": {
34
"host": "gmail.com",
45
"port": 25,
56
"auth": {
67
"user": "login id",
78
"pass": "password"
89
}
910
},
10-
"secure": false,
11+
"secure": {
12+
"tls": {
13+
"cyphers": "SSLv3"
14+
}
15+
},
1116
"subject": "something something",
1217
"text": "message text something",
1318
"listenMessage": "string message",
1419
"listenPort": 8234,
1520
"changeModeKey": "some key",
1621
"replyMessage": "some other message key",
17-
"userLight": false,
18-
"user": "motion@somehost.com"
22+
"userLight": false
1923
}

0 commit comments

Comments
 (0)
Please sign in to comment.