compiler-discord/config.example.json

16 lines
428 B
JSON
Raw Normal View History

2019-03-12 10:09:46 +01:00
{
2019-03-13 06:04:18 +01:00
"owner": "Discord ID of the bot owner(s)",
"token": "Bot token",
"languages": [
"Language whitelist, e.g.",
"haskell",
"python",
2019-05-15 00:30:29 +02:00
"The language names here are different from the user-facing ones.",
"Check the folders in docker/ for the language names.",
"Change to null to enable all languages."
2019-03-13 07:48:48 +01:00
],
"memory": "128m",
"cpus": "0.5",
"timeout": 10000
2019-03-12 10:09:46 +01:00
}