2 Star 0 Fork 20

Mathings/lowcoder中文版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
9999能的阿盛 提交于 2023-11-28 16:41 . Merge from lowcoder 20231128
{
"name": "lowcoder",
"description": "An all-in-one IDE to create internal or customer-facing apps. · Visual UI builder with 50+ built-in components",
"repository": "https://github.com/lowcoder-org/lowcoder",
"logo": "https://lowcoder.cloud/images/webclip.png",
"keywords": [
"LowCode",
"Low code",
"develop tool",
"Fast Application Development",
"Rapid development",
"Collaboration tool",
"Video conferencing"
],
"stack": "container",
"formation": {
"web": {
"quantity": 1,
"size": "standard-2x"
}
},
"env": {
"ENCRYPTION_PASSWORD": {
"description": "The encryption password used to encrypt all sensitive credentials in the database. You can use any random string (eg abcd).",
"required": false
},
"ENCRYPTION_SALT": {
"description": "The encryption salt used to encrypt all sensitive credentials in the database. You can use any random string (eg abcd).",
"required": false
},
"CORS_ALLOWED_DOMAINS": {
"description": "The domains supported for CORS requests. All domains are allowed by default. If there are multiple domains, please separate them with commas.",
"required": false
},
"MONGODB_URL": {
"description": "Your Mongo Database URL.",
"required": false
},
"REDIS_URL": {
"description": "Your Redis Database URL.",
"required": false
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mathings/lowcoder_cn.git
git@gitee.com:mathings/lowcoder_cn.git
mathings
lowcoder_cn
lowcoder中文版
lowcoder_CN

搜索帮助