checklang/conf/config.json
2025-06-22 21:02:55 +08:00

29 lines
437 B
JSON
Executable File

{
"website":{
"paths":[
["$[workdir]$/wwwroot",""]
],
"client_max_size":10000,
"host":"0.0.0.0",
"port":9080,
"coding":"utf-8",
"indexes":[
"index.html"
],
"startswiths":[
{
"leading":"/docs",
"registerfunction":"docs"
},{
"leading":"/checklang",
"registerfunction":"checklang"
}
],
"processors":[
[".tmpl","tmpl"]
],
"session_max_time":3000,
"session_issue_time":2500
}
}