CppCMS
basic_cache/config.js Configuration File
{
"service" : {
"api" : "http",
"port" : 8080
},
"http" : {
"script" : "/hello"
},
"cache" : {
"backend" : "thread_shared",
"limit" : 100,
}
}