songrate-service/conf/config.json

16 lines
437 B
JSON

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