Clarify languages setting in config
This commit is contained in:
parent
ae9028935c
commit
b45e7c69e3
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
"Language whitelist, e.g.",
|
"Language whitelist, e.g.",
|
||||||
"haskell",
|
"haskell",
|
||||||
"python",
|
"python",
|
||||||
"Change to null to enable all languages"
|
"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."
|
||||||
],
|
],
|
||||||
"memory": "128m",
|
"memory": "128m",
|
||||||
"cpus": "0.5",
|
"cpus": "0.5",
|
||||||
|
|
Loading…
Reference in a new issue