From bbc1d61836aa2fe558c4e7c8913bfd9143119721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Thuret?= Date: Mon, 25 Oct 2021 17:09:15 +0200 Subject: [PATCH] Add flag in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04928f7..a7cb71b 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ docker-compose up -d --build | --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 | +| --disable-files-translation | Disable files translation | `false` | LT_DISABLE_FILES_TRANSLATION | 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.