1 Star 0 Fork 4

yiidot/mianshiya-public

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
cloudbaserc.json 1.70 KB
Copy Edit Raw Blame History
程序员鱼皮 authored 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 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/yiidot/mianshiya-public.git
git@gitee.com:yiidot/mianshiya-public.git
yiidot
mianshiya-public
mianshiya-public
master

Search