1 Star 0 Fork 0

jntm/mianshiya

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cloudbaserc.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
程序员鱼皮 提交于 2022-03-23 19:11 . add 开源前后端代码
{
"version": "2.0",
"envId": "{{env.ENV_ID}}",
"$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
"functionRoot": "cloudfunctions",
"functions": [
{
"name": "countUserScoreRank",
"runtime": "Nodejs10.15",
"triggers": [
{
"name": "countUserScoreRankTrigger",
"type": "timer",
"config": "0 0 2 * * * *"
}
]
},
{
"name": "redisService",
"runtime": "Nodejs10.15",
"vpc": {
"vpcId": "vpc-kk549o3q",
"subnetId": "subnet-2afgdncr"
}
},
{
"name": "esService",
"runtime": "Nodejs10.15",
"vpc": {
"vpcId": "vpc-kk549o3q",
"subnetId": "subnet-2afgdncr"
}
},
{
"name": "syncQuestionsToES",
"runtime": "Nodejs10.15",
"triggers": [
{
"name": "syncQuestionsToESTrigger",
"type": "timer",
"config": "5 * * * * * *",
"timeout": 900
}
]
}
],
"framework": {
"name": "mianshiya",
"plugins": {
"client": {
"use": "@cloudbase/framework-plugin-website",
"inputs": {
"buildCommand": "npm run build",
"outputPath": "dist",
"cloudPath": "/",
"envVariables": {
"REACT_APP_ENV_ID": "{{env.ENV_ID}}"
}
}
},
"auth": {
"use": "@cloudbase/framework-plugin-auth",
"inputs": {
"configs": [
{
"platform": "NONLOGIN",
"status": "DISABLE"
},
{
"platform": "ANONYMOUS",
"status": "ENABLE"
}
]
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jntm/mianshiya.git
git@gitee.com:jntm/mianshiya.git
jntm
mianshiya
mianshiya
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385