-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmm.json
More file actions
54 lines (54 loc) · 1014 Bytes
/
mm.json
File metadata and controls
54 lines (54 loc) · 1014 Bytes
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
{
"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"
]
},
"favicon": "./favicon.ico",
"max_file_size": 53687091200,
"routers": [
{
"url": "/xxx",
"method": "post",
"service": "s001",
"data": {
"modelid": "s001"
}
}
],
"minio": {
"endPoint": "127.0.0.1",
"port": 9000,
"accessKey": "mmstudio",
"secretKey": "Mmstudio111111",
"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:Mmstudio111111@127.0.0.1:5432/feidao"
},
"prj001": {
"type": "mariadb",
"source": "mysql://mmstudio:Mmstudio111111@127.0.0.1:3306/feidao?connectionLimit=5"
}
}
}