1 Star 1 Fork 0

活字格开发实验室 / 示例:活字格应用级隔离(公司级应用)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PublishSettingsConfig.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
[
{
"Name": "商业地产",
"ApplicationUrl": "http://localhost:9013/MAD_A",
"PublishSettings": {
"IsPrivateServer": true,
"ServerName": "localhost",
"UserName": "Administrator",
"SitePort": 9013,
"AppName": "MAD_A",
"AppStartPage": "",
"TakeServeronline": true,
"PublishRolesToServer": true
}
},
{
"Name": "西北公司",
"ApplicationUrl": "http://localhost:9014/MAD_B",
"PublishSettings": {
"IsPrivateServer": true,
"ServerName": "localhost",
"UserName": "Administrator",
"SitePort": 9014,
"AppName": "MAD_B",
"AppStartPage": "",
"TakeServeronline": true,
"PublishRolesToServer": true
}
},
{
"Name": "华东公司",
"ApplicationUrl": "http://localhost:9015/MAD_C",
"PublishSettings": {
"IsPrivateServer": true,
"ServerName": "localhost",
"UserName": "Administrator",
"SitePort": 9015,
"AppName": "MAD_C",
"AppStartPage": "",
"TakeServeronline": true,
"PublishRolesToServer": true
}
},
{
"Name": "IT内部测试用",
"ApplicationUrl": "http://localhost:9900/MAD_TEST",
"PublishSettings": {
"IsPrivateServer": true,
"ServerName": "localhost",
"UserName": "Administrator",
"SitePort": 9900,
"AppName": "MAD_TEST",
"AppStartPage": "",
"TakeServeronline": true,
"PublishRolesToServer": true
}
}
]
1
https://gitee.com/low-code-dev-lab/app-level-isolation-demo-sub-company-app.git
git@gitee.com:low-code-dev-lab/app-level-isolation-demo-sub-company-app.git
low-code-dev-lab
app-level-isolation-demo-sub-company-app
示例:活字格应用级隔离(公司级应用)
master

搜索帮助