compiler-discord/config.example.json
2019-05-21 11:50:16 -04:00

19 lines
391 B
JSON

{
"owner": "12345678901234",
"token": "MTU1fdsYNTRb2RT.FcD2l1ig.jIuKqwertyd432RROhF5A",
"prefix": ">",
"codePrefix": ">",
"languages": [
"haskell",
"python",
"javascript"
],
"prepare": false,
"parallel": false,
"cleanup": 60,
"memory": "256m",
"cpus": "0.25",
"timeout": 10000,
"concurrent": 10,
"retries": 2
}