-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudbaserc.json
More file actions
123 lines (123 loc) · 3.23 KB
/
Copy pathcloudbaserc.json
File metadata and controls
123 lines (123 loc) · 3.23 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"envId": "cloud1-2grufevs395a9d5e",
"functions": [
{
"name": "auth-user-http",
"dir": "./cloudfunctions/auth-user-http",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"TCB_ENV": "cloud1-2grufevs395a9d5e",
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "diagnose-http",
"dir": "./cloudfunctions/diagnose-http",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"TCB_ENV": "cloud1-2grufevs395a9d5e",
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "identify-http",
"dir": "./cloudfunctions/identify-http",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"TCB_ENV": "cloud1-2grufevs395a9d5e",
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "plant-user-http",
"dir": "./cloudfunctions/plant-user-http",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"TCB_ENV": "cloud1-2grufevs395a9d5e",
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "plant-catalog-http",
"dir": "./cloudfunctions/plant-catalog-http",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"TCB_ENV": "cloud1-2grufevs395a9d5e",
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "diagnosis-history-http",
"dir": "./cloudfunctions/diagnosis-history-http",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"TCB_ENV": "cloud1-2grufevs395a9d5e",
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "storage-http",
"dir": "./cloudfunctions/storage-http",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"TCB_ENV": "cloud1-2grufevs395a9d5e",
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "weather-http",
"dir": "./cloudfunctions/weather-http",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"TCB_ENV": "cloud1-2grufevs395a9d5e",
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "wechat-phone",
"dir": "./cloudfunctions/wechat-phone",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
},
{
"name": "wechat-identity",
"dir": "./cloudfunctions/wechat-identity",
"timeout": 30,
"runtime": "Nodejs18.15",
"memorySize": 256,
"envVariables": {
"CLOUDBASE_ENV_ID": "cloud1-2grufevs395a9d5e",
"DEBUG_LOG": "false"
}
}
]
}