28 lines
908 B
JSON
28 lines
908 B
JSON
{
|
|
"password_key": "FaceService2026Key",
|
|
"filesroot": "$[workdir]$/files",
|
|
"logger": {
|
|
"name": "face-service",
|
|
"levelname": "info",
|
|
"logfile": "$[workdir]$/logs/face-service.log"
|
|
},
|
|
"website": {
|
|
"paths": [["$[workdir]$/wwwroot", ""]],
|
|
"client_max_size": 52428800,
|
|
"host": "0.0.0.0",
|
|
"port": 9091,
|
|
"coding": "utf-8",
|
|
"indexes": ["index.html"],
|
|
"startswiths": [
|
|
{"leading": "/api/status", "registerfunction": "status"},
|
|
{"leading": "/api/detect", "registerfunction": "detect"},
|
|
{"leading": "/api/recognize", "registerfunction": "recognize"},
|
|
{"leading": "/api/compare", "registerfunction": "compare"}
|
|
],
|
|
"processors": [
|
|
[".tmpl", "tmpl"], [".app", "app"], [".ui", "bui"],
|
|
[".dspy", "dspy"], [".md", "md"]
|
|
]
|
|
}
|
|
}
|