29 lines
440 B
JSON
Executable File
29 lines
440 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":"/v1/checklang",
|
|
"registerfunction":"checklang"
|
|
}
|
|
],
|
|
"processors":[
|
|
[".tmpl","tmpl"]
|
|
],
|
|
"session_max_time":3000,
|
|
"session_issue_time":2500
|
|
}
|
|
}
|