CppCMS
templates/config-dyn.js Configuration File for dynamic templates loading
{
        "service" : {
                "api" : "http",
                "port" : 8080
        },
        "http" : {
                "script" : "/hello"
        },
        "views" : {
                "paths" : [ "." ],
                "skins" : [ "my_skin" ]
        }
}