You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.8 KiB
62 lines
1.8 KiB
|
|
[database] |
|
[database.lottery] |
|
addr = "127.0.0.1:3306" |
|
dsn = "test:test@tcp(127.0.0.1:3306)/test?timeout=200ms&readTimeout=200ms&writeTimeout=200ms&parseTime=true&loc=Local&charset=utf8,utf8mb4" |
|
readDSN = ["test:test@tcp(127.0.0.2:3306)/test? timeout=200ms&readTimeout=200ms&writeTimeout=200ms&parseTime=true&loc=Local&charset=utf8,utf8mb4","test:test@tcp(127.0.0.3:3306)/test?timeout=200ms&readTimeout=200ms&writeTimeout=200ms&parseTime=true&loc=Local&charset=utf8,utf8mb4"] |
|
active = 20 |
|
idle = 10 |
|
idleTimeout ="4h" |
|
queryTimeout = "100ms" |
|
execTimeout = "100ms" |
|
tranTimeout = "200ms" |
|
[redis] |
|
[redis.lottery] |
|
name = "xlottery-job" |
|
proto = "tcp" |
|
addr = "" |
|
idle = 10 |
|
active = 10 |
|
dialTimeout = "1s" |
|
readTimeout = "1s" |
|
writeTimeout = "1s" |
|
idleTimeout = "10s" |
|
expire = "1m" |
|
|
|
[Cfg] |
|
ExpireCountFrequency = "*/1 * * * * ?" |
|
|
|
|
|
[giftPaySub] |
|
key = "ec4c0820d525d67b" |
|
secret = "e20f8f664bf10722efeb6aac0cc16011" |
|
group = "LiveGiftSendByPayLiveLive-Xlottery-S" |
|
topic = "LiveGiftSendByPay-T" |
|
action = "sub" |
|
offset = "new" |
|
name = "xlottery/xlottery-pay-sub" |
|
proto = "tcp" |
|
addr = "172.18.33.50:6205" |
|
idle = 100 |
|
active = 100 |
|
dialTimeout = "1s" |
|
readTimeout = "60s" |
|
writeTimeout = "1s" |
|
idleTimeout = "10s" |
|
|
|
[giftFreeSub] |
|
key = "ec4c0820d525d67b" |
|
secret = "e20f8f664bf10722efeb6aac0cc16011" |
|
group = "LiveGiftSendByFree-LiveLive-Xlottery-S" |
|
topic = "LiveGiftSendByFree-T" |
|
action = "sub" |
|
offset = "new" |
|
name = "xlottery/xlottery-free-sub" |
|
proto = "tcp" |
|
addr = "172.18.33.50:6205" |
|
idle = 100 |
|
active = 100 |
|
dialTimeout = "1s" |
|
readTimeout = "60s" |
|
writeTimeout = "1s" |
|
idleTimeout = "10s" |