config.js(app.prefix = "/custom/RAPS", client.r.url = file.path(app.prefix, "R"), client.rest.url = "", template.file = system.file("config-template.js", package = "AnalysisPageServer"), static = FALSE, parameter.collection.url = if (static) "" else "params", page.collection.url = if (static) "" else "pages")
client.r.url
.file.path(app.prefix, "R")
.""
. This is a poorly documented feature
that most people should ignore.parameter.collection.url
and page.collection.url
.static = TRUE
then "" else "params"static = TRUE
then "" else "pages"The only reason to call this directly would be to set up specialized deployments.