first commit
This commit is contained in:
26
assets/setting.json.docker
Normal file
26
assets/setting.json.docker
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user