-
Notifications
You must be signed in to change notification settings - Fork 2
/
reference.conf
48 lines (41 loc) · 1020 Bytes
/
reference.conf
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
https.port = ${?PORT}
telegram {
token = ${?TOKEN}
webhook = ${?WEBHOOK}
}
fbmessenger {
secret = ${?FB_SECRET}
token = ${?FB_TOKEN}
pageAccessToken = ${?FB_PAGE_ACCESS_TOKEN}
}
bot {
registered = [
{ token: "5319E57A-F165-4BEC-94E6-413C38B4ACF9", max_connections: 1000, delayOn: true },
{ token: "F0690A4D-B999-46F0-AD14-C65C13F09C40", max_connections: 1000, delayOn: true },
{ token: "DA008C35-73CD-4A64-8D67-5C922808D6B4", max_connections: 1000, delayOn: true },
{ token: "0A36119D-E6C0-4022-962F-5B5BDF21FD97", max_connections: 1000, delayOn: true }
]
}
talk {
talk_timeout = 10 minutes
talk_evaluation_timeout = 10 minutes
talk_length_max = 1000
bot {
human_bot_coefficient = 0.2
delay {
mean_k = 0.5
variance = 5
}
}
logger {
connection_string = ${?MONGODB_URI}
}
context {
type = "wikinews"
}
}
akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = "INFO"
logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
}