llmengine/test/neo4j/conf/config.json

77 lines
2.1 KiB
JSON

{
"filesroot": "$[workdir]$/files",
"neo4j": {
"uri": "bolt://10.18.34.18:7687",
"user": "neo4j",
"password": "261229..wmh"
},
"logger": {
"name": "llmengine",
"levelname": "info",
"logfile": "$[workdir]$/logs/llmengine.log"
},
"website": {
"paths": [
["$[workdir]$/wwwroot", ""]
],
"client_max_size": 10000,
"host": "0.0.0.0",
"port": 8885,
"coding": "utf-8",
"indexes": [
"index.html",
"index.ui"
],
"startswiths": [
{
"leading": "/idfile",
"registerfunction": "idfile"
},
{
"leading": "/v1/connection",
"registerfunction": "connection"
},
{
"leading": "/v1/initialize",
"registerfunction": "initialize"
},
{
"leading": "/v1/inserttriples",
"registerfunction": "inserttriples"
},
{
"leading": "/v1/deletedocument",
"registerfunction": "deletedocument"
},
{
"leading": "/v1/deleteknowledgebase",
"registerfunction": "deleteknowledgebase"
},
{
"leading": "/v1/matchtriplets",
"registerfunction": "matchtriplets"
},
{
"leading": "/docs",
"registerfunction": "docs"
}
],
"processors": [
[".tmpl", "tmpl"],
[".app", "app"],
[".ui", "bui"],
[".dspy", "dspy"],
[".md", "md"]
],
"rsakey_oops": {
"privatekey": "$[workdir]$/conf/rsa_private_key.pem",
"publickey": "$[workdir]$/conf/rsa_public_key.pem"
},
"session_max_time": 3000,
"session_issue_time": 2500,
"session_redis_notuse": {
"url": "redis://127.0.0.1:6379"
}
}
}