1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- [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"
|