pipeline-app/conf/config.json

64 lines
1.7 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_dist": "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": "/i18n_getmsgs",
"registerfunction": "i18n"
},
{
"leading": "/office/",
"registerfunction": "office_proxy"
}
]
},
"SAGE_RBAC_DB": "pipeline"
}