From f093b82e977edcc0160046afb43892c9176ae706 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 19 Jun 2024 12:54:24 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc6b264..7127e9c9 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e APP_DEBUG=false` | Set to `true` to see debugging output in the web UI. | | `-e APP_ENV=production` | Default is `production` but can use `testing` or `develop`. | | `-e APP_FORCE_TLS=false` | Set to `true` if running behind a reverse proxy | -| `-e APP_LOCALE=` | Default is `en`. Set to a language from [this list](https://snipe-it.readme.io/docs/configuration#section-setting-a-language). | +| `-e APP_LOCALE=` | Default is `en-US`. Set to a language from [this list](https://snipe-it.readme.io/docs/configuration#section-setting-a-language). | | `-e MAIL_PORT_587_TCP_ADDR=` | SMTP mail server ip or hostname. | | `-e MAIL_PORT_587_TCP_PORT=` | SMTP mail server port. | | `-e MAIL_ENV_FROM_ADDR=` | The email address mail should be replied to and listed when sent. |