From 4dcaf994ab10c5de24c1aec07cdcf4dc655ebd6e Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 27 Feb 2019 11:15:10 +0100 Subject: [PATCH] Add locale environment variable to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a479cb2..f09be79 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Default login is `wallabag:wallabag`. - `-e SYMFONY__ENV__DATABASE_PASSWORD=...` (defaults to "~", this is the password of the database user to use) - `-e SYMFONY__ENV__DATABASE_CHARSET=...` (defaults to utf8, this is the database charset to use) - `-e SYMFONY__ENV__SECRET=...` (defaults to "ovmpmAWXRCabNlMgzlzFXDYmCFfzGv") +- `-e SYMFONY__ENV__LOCALE=...` (default to en) - `-e SYMFONY__ENV__MAILER_HOST=...` (defaults to "127.0.0.1", the SMTP host) - `-e SYMFONY__ENV__MAILER_USER=...` (defaults to "~", the SMTP user) - `-e SYMFONY__ENV__MAILER_PASSWORD=...`(defaults to "~", the SMTP password)