https://github.com/ctlab/phantasus
Raw File
Tip revision: 3060d2b3ea45059741f3612cf8273a125315b3ac authored by Nitesh Turaga on 27 October 2020, 15:33:27 UTC
bump x.y.z version to odd y following creation of RELEASE_3_12 branch
Tip revision: 3060d2b
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