From 2bd79470069981e87fa95ff1fdb6f2ae483911fd Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 9 Oct 2021 10:33:21 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3299bb..052e5af 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ docker-compose up -d --build | --api-keys | Enable API keys database for per-user rate limits lookup | `Don't use API keys` | LT_API_KEYS | | --require-api-key-origin | Require use of an API key for programmatic access to the API, unless the request origin matches this domain | `No restrictions on domain origin` | LT_REQUIRE_API_KEY_ORIGIN | | --load-only | Set available languages | `all from argostranslate` | LT_LOAD_ONLY | +| --suggestions | Allow user suggestions | `false` | LT_SUGGESTIONS | Note that each argument has an equivalent env. variable that can be used instead. The env. variables overwrite the default values but have lower priority than the command aguments. They are particularly useful if used with Docker. Their name is the upper-snake case of the command arguments' ones, with a `LT` prefix.