forked from Box-s-ville/luciabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
51 lines (45 loc) · 820 Bytes
/
config.yml
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
49
50
51
account:
uin: 11111111
password: '123456'
encrypt: false
status: 0
relogin:
delay: 3
interval: 3
max-times: 0
use-sso-address: true
heartbeat:
interval: 5
message:
post-format: string
ignore-invalid-cqcode: false
force-fragment: false
fix-url: false
proxy-rewrite: ''
report-self-message: false
remove-reply-at: false
extra-reply-data: false
skip-mime-scan: false
output:
log-level: warn
log-aging: 15
log-force-new: true
debug: false
default-middlewares: &default
access-token: ''
filter: ''
rate-limit:
enabled: false
frequency: 1
bucket: 1
database:
leveldb:
enable: true
servers:
- ws-reverse:
universal: ws://lucia:8765/ws
api: ''
event: ''
reconnect-interval: 3000
middlewares:
<<: *default