-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathemulsion.example.json
More file actions
34 lines (34 loc) · 945 Bytes
/
emulsion.example.json
File metadata and controls
34 lines (34 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"xmpp": {
"login": "hortomatic@example.org",
"password": "my-super-password",
"room": "xxxxx@conference.example.org",
"roomPassword": "// optional",
"nickname": "хортолёт",
"connectionTimeout": "00:05:00",
"messageTimeout": "00:05:00",
"pingInterval": "00:01:00",
"pingTimeout": "00:00:05"
},
"telegram": {
"token": "999999999:aaaaaaaaaaaaaaaaaaaaaaaaa_777777777",
"groupId": 12312312312,
"messageThreadId": 123456
},
"log": {
"directory": "./logs/"
},
"database": {
"dataSource": "sqliteDatabase.db"
},
"hosting": {
"externalUriBase": "https://example.com/api/",
"bindUri": "http://*:5000",
"hashIdSalt": "test"
},
"fileCache": {
"directory": "./cache",
"fileSizeLimitBytes": 1048576,
"totalCacheSizeLimitBytes": 20971520
}
}