-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmm.json
63 lines (63 loc) · 1.08 KB
/
mm.json
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
{
"port": 8889,
"timeout": 500000,
"wx1": {
"getopenid": true,
"getuserinfo": false,
"token": "mmstudio",
"appid": "wx7d84eff0fb9683e4",
"appsecret": "63d1f587ee735140cbe653822c3f5823"
},
"acma": 150000,
"secure1": {
"redirect": "",
"ignore": [
"/home.html",
"http://thirdpart.com"
]
},
"max_file_size": 53687091200,
"filters": [
{
"url": "/xxx",
"method": "get",
"service": "s001",
"data": {
"modelid": "s001"
}
}
],
"routers": [
{
"url": "/xxx",
"method": "post",
"service": "s001",
"data": {
"modelid": "s001"
}
}
],
"minio": {
"endPoint": "127.0.0.1",
"port": 9000,
"accessKey": "mmstudio",
"secretKey": "Mmstudio123",
"useSSL": false,
"region": "cn-north-1",
"partSize": 5242880
},
"redis": {
"url": "redis://127.0.0.1:6379",
"expiration": 20000
},
"dbs": {
"sys": {
"type": "postgres",
"source": "postgres://mmstudio:[email protected]:5432/feidao"
},
"prj001": {
"type": "mariadb",
"source": "mysql://mmstudio:[email protected]:3306/feidao?connectionLimit=5"
}
}
}