compiler-discord/config.example.json

20 lines
391 B
JSON
Raw Normal View History

2019-03-12 10:09:46 +01:00
{
2019-05-15 02:50:07 +02:00
"owner": "12345678901234",
"token": "MTU1fdsYNTRb2RT.FcD2l1ig.jIuKqwertyd432RROhF5A",
2019-05-17 03:02:44 +02:00
"prefix": ">",
"codePrefix": ">",
2019-03-13 06:04:18 +01:00
"languages": [
"haskell",
"python",
2019-05-15 02:50:07 +02:00
"javascript"
2019-03-13 07:48:48 +01:00
],
"prepare": false,
"parallel": false,
"cleanup": 60,
2019-05-17 04:09:06 +02:00
"memory": "256m",
"cpus": "0.25",
2019-05-15 02:39:23 +02:00
"timeout": 10000,
2019-05-21 17:50:16 +02:00
"concurrent": 10,
"retries": 2
2019-03-12 10:09:46 +01:00
}