[queue] pull = "tcp://localhost:5557" push = "tcp://localhost:5558" threads = 1 [runner] timeout = 2 [[runners]] [javascript] type = "bubblewrap" binary = ["node", "-e", "{}"] [bash] type = "bubblewrap" binary = ["bash", "-c", "{}"] [moshell] type = "docker" image = "ghcr.io/moshell-lang/moshell:master"