-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
66 lines (60 loc) · 1.04 KB
/
config.yaml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
port: 8081
redis:
# offer,channel,blacklist,subpub
entity:
address: localhost:6379
password:
db: 8
maxIdle: 10
maxActive: 50
idleTimeout: 1000
daycap:
address: localhost:6379
password:
db: 9
maxIdle: 10
maxActive: 10
idleTimeout: 1000
delaytask:
address: localhost:6379
password:
db: 10
maxIdle: 10
maxActive: 10
idleTimeout: 1000
pubsub:
address: localhost:6379
password:
db: 8
maxIdle: 2
maxActive: 10
idleTimeout: 1000
mongodb:
click1:
addr: mongodb://localhost:27017
user:
password:
dbname: gt_log
click2:
addr: mongodb://localhost:27017
user:
password:
dbname: gt_log
conversion:
addr: mongodb://localhost:27017
user:
password:
dbname: gt_log
httpcli:
timeout: 10000
maxIdleConns: 100
maxIdleConnsPerHost: 50
logworker:
address: localhost:6668
nodes:
- localhost:6668#1
#- localhost:6661:2
queue:
localDataDir: ./logs/queue
delayDataDir: ./logs/task
logDataDir: ./logs