- build.sh四处清单(mv/pip install/xls2ui/软链)删pipeline_dist - app/pipeline_app.py删import+load_pipeline_dist() - conf/config.json删module_dbname条目; conf/rp.json删/pipeline_dist两条 - bin/init_perms.py删分销管理访问权限; scripts/load_path.py删3条RBAC路径 - scripts/merge_i18n.py删MODULES条目; wwwroot/index.ui删分销管理菜单项 - deploy/smoke/cases.json删s09营销产线壳用例 - i18n源+产物删5词条(分销商产线配置/分销商管理/分销管理/2条描述语) - wwwroot/pipeline_dist软链删除(git跟踪) - deploy/migrations/m0020登记DROP两表+清码表+清权限(破坏性,dmig拒绝自动执行,人工复核手工跑;测试机两表0行) - supplychain的sub_distributor*权限/表不受影响(path前缀与表名均不同)
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"password_key": "QRIVSRHrthhwyjy176556332",
|
|
"logger": {
|
|
"name": "pipeline-app",
|
|
"level": "info",
|
|
"file": "$[workdir]$/logs/app.log"
|
|
},
|
|
"filesroot": "$[workdir]$/files",
|
|
"databases": {
|
|
"pipeline": {
|
|
"driver": "aiosqlor",
|
|
"kwargs": {
|
|
"host": "127.0.0.1",
|
|
"port": 3306,
|
|
"user": "test",
|
|
"password": "sOuj6f6r8K0b8ax9K+JxPQ==",
|
|
"db": "pipeline",
|
|
"charset": "utf8mb4"
|
|
}
|
|
}
|
|
},
|
|
"module_dbname": {
|
|
"rbac": "pipeline",
|
|
"appbase": "pipeline",
|
|
"pipeline_core": "pipeline",
|
|
"pipeline_ops": "pipeline",
|
|
"pipeline_sdlc": "pipeline",
|
|
"showcase": "pipeline"
|
|
},
|
|
"website": {
|
|
"port": 9090,
|
|
"paths": [
|
|
["$[workdir]$/wwwroot", ""]
|
|
],
|
|
"processors": [
|
|
[".dspy", "dspy"],
|
|
[".ui", "bui"],
|
|
[".md", "md"],
|
|
[".tmpl", "tmpl"],
|
|
[".xterm", "xterm"],
|
|
[".ws", "ws"]
|
|
],
|
|
"session_redis": {
|
|
"url": "redis://127.0.0.1:6379/3"
|
|
},
|
|
"session_max_time": 3600,
|
|
"session_issue_time": 1800,
|
|
"client_max_size": 10485760,
|
|
"indexes": ["index.ui", "index.html"],
|
|
"startswiths": [
|
|
{
|
|
"leading": "/idfile",
|
|
"registerfunction": "idfile"
|
|
},
|
|
{
|
|
"leading": "/download",
|
|
"registerfunction": "idfile"
|
|
},
|
|
{
|
|
"leading": "/i18n_getmsgs",
|
|
"registerfunction": "i18n"
|
|
},
|
|
{
|
|
"leading": "/office/",
|
|
"registerfunction": "office_proxy"
|
|
}
|
|
]
|
|
},
|
|
"SAGE_RBAC_DB": "pipeline"
|
|
}
|