Raw File
server.conf
{
    "enable.api.library": true,
    "enable.api.apps": true,
    "enable.api.user": true,
    "enable.api.tmp": true,
    "enable.cors" : true,
    "enable.post.code": true,
    "enable.rlimits" : false,
    "error.showcall": true,
    "smtp.server" : "localhost",
    "httpcache.post": 300,
    "httpcache.lib": 86400,
    "httpcache.apps": 900,
    "httpcache.tmp": 86400,
    "httpcache.static": 31536000,
    "key.length" : 13,
    "repos": "https://cran.rstudio.com",
    "rlimit.as": 4e9,
    "rlimit.fsize": 1e9,
    "rlimit.nproc": 100,
    "timelimit.get": 600,
    "timelimit.post": 900,
    "timelimit.webhook": 900,
    "tempdir": "/var/phantasus/ocpu-root",
    "preload": ["lattice", "phantasus"]
}
back to top