26 lines
601 B
Docker
26 lines
601 B
Docker
{
|
|
"debug": true,
|
|
"host": "0.0.0.0",
|
|
"port":"5253",
|
|
"apiVersion": "v1",
|
|
"version": "1.0.0",
|
|
"ghWxid": "",
|
|
"adminKey": "HBcR81rXJOza",
|
|
"mac2ipad": false,
|
|
|
|
"workerpoolsize": 500,
|
|
"maxworkertasklen": 1000,
|
|
"redisConfig": {
|
|
"Host": "redis",
|
|
"Port": 6379,
|
|
"Db": 1,
|
|
"Pass": "",
|
|
"MaxIdle": 10,
|
|
"MaxActive": 20,
|
|
"IdleTimeout": 5000,
|
|
"MaxConnLifetime": 30,
|
|
"ConnectTimeout": 0
|
|
},
|
|
|
|
"mySqlConnectStr": "root:123456@tcp(mysql:3306)/wechat_mmtls?charset=utf8mb4&parseTime=true&loc=Local"
|
|
} |