video-eval/conf/config.json

15 lines
377 B
JSON

{
"website": {
"paths": [["$[workdir]$/app", ""]],
"client_max_size": 500000000,
"host": "0.0.0.0",
"port": 8901,
"coding": "utf-8",
"indexes": ["index.html", "index.dspy"],
"processors": [[".dspy", "dspy"]],
"startswiths": [
{"leading": "/idfile", "registerfunction": "idfile"}
]
}
}