1 Star 3 Fork 11

21CloudBox Starters/parse-server-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
scalingo.json 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "Parse Server Example",
"description": "An example Parse API server using the parse-server module",
"repository": "https://github.com/ParsePlatform/parse-server-example",
"logo": "https://avatars0.githubusercontent.com/u/1294580?v=3&s=200",
"env": {
"PARSE_MOUNT": {
"description": "Configure Parse API route.",
"value": "/parse"
},
"APP_ID": {
"description": "A unique identifier for your app.",
"value": ""
},
"MASTER_KEY": {
"description": "A key that overrides all permissions. Keep this secret.",
"value": ""
},
"DATABASE_URI": {
"description": "Connection string for your database.",
"value": "$SCALINGO_MONGO_URL"
}
},
"addons": ["scalingo-mongodb"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eryiyunbox-examples/parse-server-example.git
[email protected]:eryiyunbox-examples/parse-server-example.git
eryiyunbox-examples
parse-server-example
parse-server-example
master

搜索帮助